.border-50-side {
    border-radius: 0px 50px 0px 50px;
}

#carousel-1 {
    background-image: url("../img/home/carousel-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #carousel-1 {
        background-position-x: 32%;
    }

    #ola-luisa-img {
        width: 150px;
    }

    #ola-vitor-img {
        width: 150px;
    }

    #dois-juntos-img {
        height: 400px !important;
    }

    #luisa-conheca {
        width: 250px !important;
    }

    #vitor-conheca {
        width: 250px !important;
    }
}

@media screen and (min-width: 768px) {
    #main-nav {
        height: 0px;
    }
}