@media screen and (max-width: 900px) {
    body {
        background: url('/img/2371645661.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh !important;
    }
}



#leftHalf {
    width: 40%;
    position: absolute;
    height: 100%;
    left: 140px;
    top: 20%;
}

#rightHalf {
    background: url('/img/2371645661.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0px;
    height: 100vh !important;
}

@media screen and (max-width: 900px) {
    #logoSmall {
        height: 90px;
    }

    #leftHalf {
        position: absolute;
        height: 100%;
        top: 20%;
    }

    #rightHalf {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #leftHalf {
        width: 90%;
        left: 15px;
    }
}
