.pogoSlider-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover; /* Ensures the image covers the full width while maintaining aspect ratio */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    overflow: hidden;
}

