/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

/*------------------------------------*\
   RIBBON CSS
\*------------------------------------*/


/*------------------------------------*\
   END RIBBON CSS
\*------------------------------------*/ 







.scroll-gallery .scroll-container { overflow-y: hidden }

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 


/*------------------------------------*\
   EXPERTS GALLERY 2 TILES CSS
\*------------------------------------*/


#experts-gallery-container .scroll-gallery .gallery-copy-container {
	width: 447px;
	max-width: unset
}

@media only screen and (max-width: 1068px) {
	#experts-gallery-container .scroll-gallery .gallery-copy-container {
		width: 465px;
		max-width: unset
	}
}

@media only screen and (max-width: 734px) {
	#experts-gallery-container .scroll-gallery .gallery-copy-container {
		width: 250px;
		max-width: unset
	}
}


#experts-gallery-container .scroll-gallery .gallery-item {
	--item-width: 468px
}

@media only screen and (max-width: 1068px) {
	#experts-gallery-container .scroll-gallery .gallery-item {
		--item-width: 516px
	}
}

@media only screen and (max-width: 734px) {
	#experts-gallery-container .scroll-gallery .gallery-item {
		--item-width: 250px
	}
}

@media only screen and (max-width: 1068px) {
	#experts-gallery-container .scroll-gallery .gallery-item:last-child {
    	width: calc(100vw - var(--gallery-gutter) * 1.5);
	}
}

@media only screen and (min-width: 1069px) {
	#experts-gallery-container .scroll-gallery .item-container {
		--gallery-gutter: calc(50vw - 480px);
	}
}

#experts-gallery-container .scroll-gallery .gallery-item {
    --item-width: 480px;
}

@media only screen and (max-width: 1068px) {
    #experts-gallery-container .scroll-gallery .gallery-item {
        --item-width: 375px;
    }
}
@media only screen and (max-width: 734px) {
    #experts-gallery-container .scroll-gallery .gallery-item {
        --item-width: 296px;
    }
}

@media only screen and (max-width: 1068px) {
    #experts-gallery-container .scroll-gallery .gallery-copy-container {
        width: 300px;
        max-width: unset;
    }
}


/*------------------------------------*\
   END EXPERTS GALLERY 2 TILES CSS
\*------------------------------------*/ 