@media (min-width:1000px) { 
    .or-has-side-navigation cta-hero-slideshow-webpart .carousel-slide{ 
    width: calc(150px + (45% - 90px)); 
    left:40%; 
    transform:translate(-50%, -50%);
    } 
	 .or-has-side-navigation cta-hero-slideshow-webpart .carousel-button{ 
	width: 300px;
	left: 50%;
    } 
	 .or-has-side-navigation cta-hero-slideshow-webpart .carousel-button-title{ 
    font-size: 28px;
    } 

    .or-has-side-navigation cta-hero-slideshow-webpart .carousel-indicator{ 
        left: 35%; 
        transform: translateX(-50%) 
    } 
	cta-hero-slideshow-webpart .carousel-bg .carousel-bg-image .carousel-bg-image-overlay {
        background-color: rgba(69,105,144,.1);
}

