/* Bootstrap Carousel Custom Controls */
.carousel-control-prev-custom {
    left: -50px;
    width: 50px;
    opacity: 1;
}
.carousel-control-next-custom {
    right: -50px;
    width: 50px;
    opacity: 1;
}

@media (max-width: 768px) {
    .carousel-control-prev-custom { 
        left: -30px; 
    }
    .carousel-control-next-custom { 
        right: -30px; 
    }
    .container.px-5 { 
        padding-left: 30px !important; 
        padding-right: 30px !important; 
    }
}

/* Old Slider Removal */
.slideshow-container, .mySlides {
    display: none;
}
