img {
    display: unset;
}

header {
    padding-bottom: unset;
}

.home .contents {
    width: unset;
}

@media screen and (max-width: 768px) {
    body {
        display: unset;
    }

    header img {
        height: unset;
    }
}