.home {
    height: calc(100% - 65px);
    margin-top: 65px;
    background-image: url(../img/home/home.webp);
    float: left;
}

@media screen and (orientation: portrait) {
    .home {
        height: calc(100% - 40px);
        margin-top: 40px;
        /* background-position: 55%; */
    }
}