@media only screen and (max-width: 600px) {

    .slider-area .carousel-inner img.d-block.w-100 {
        width: auto !important;
        height: 100vh;
    }

    .slider-content { 
        top: 20%; 
    }

}
