@media only screen and (max-width: 768px) {
    .carousel-control-next, .carousel-control-prev {
        top: 90% !important;
    }
    .header-logo{
        width: 60% !important;
    }
}