.image-viewer-plus { display: grid; grid-template-columns: 3fr 7fr; align-items: center; min-height: 600px; max-width: 1250px; }

.image-viewer-plus .image-viewer-selector { padding-right: 40px; height: 500px; }
.image-viewer-plus .image-viewer-display { position: relative; text-align: center; width: 100%; }

.image-viewer-plus .image-viewer-selector .image-viewer-selection { position: relative; display: block; margin-bottom: 0; }
.image-viewer-plus .image-viewer-selector .image-viewer-selection-indicator { display: block; width: 4px; height: 16px; position: absolute; left: -10px; top: 5px; background-color: #4fe669; opacity: 0; }
.image-viewer-plus .image-viewer-selector .image-viewer-selection-title { font-size: 20px; line-height: 26px; margin: 6px 0 6px 0; z-index: 2; cursor: pointer; color: #A19E9D; }
.image-viewer-plus .image-viewer-selector .image-viewer-selection-description { opacity: 0; height: 0; z-index: 1; overflow: hidden; font-size: 16px; line-height: 20px; margin-bottom: 0; }
.image-viewer-plus .image-viewer-description-padding { display: block; height: 8px; width: 100%; }

.image-viewer-plus .image-viewer-img-container { opacity: 0 }
.image-viewer-plus .image-viewer-img { width: 100%; border-radius: 6px; }

.image-viewer-plus .image-viewer-display .image-viewer-img-container { position: absolute; top: 0; width: 100%; }
.image-viewer-plus .image-viewer-img-container-last { opacity: 1; }
.image-viewer-plus .image-viewer-img-container-last .image-viewer-img { box-shadow: -1px 1px 10px rgb(114 114 114 / 40%); }

.image-viewer-plus .irp-controls { position: absolute; bottom: 0; right: 0; z-index: 10; margin-right: 10px; margin-bottom: 10px; }
.image-viewer-plus .irp-controls span { cursor: pointer; font-size: 24px; width: 36px; height: 36px; display: block; }

.image-viewer-plus-mobile { text-align: center; }
.image-viewer-plus-mobile .image-viewer-image { margin: 0 auto; width: 100%; }
.image-viewer-plus-mobile .image-viewer-selection-header { margin-top: 20px; margin-bottom: 8px; }
.image-viewer-plus-mobile .image-viewer-selection-description { margin-top: 8px; }

/* X-LARGE SCREENS (CASCADE TO LOWER SCREEN) */
@media only screen and (min-width: 1442px) {
	
}
 
/* LARGE SCREENS (SPECIFIC) */
@media only screen and (min-width: 1069px) and (max-width:1441px) {
	
}
 
/* MEDIUM SCREENS (CASCADE TO LOWER SCREENS) */
@media only screen and (max-width: 1068px) {

}
 
/* MEDIUM SCREENS (SPECIFIC) */
@media only screen and (min-width: 736px) and (max-width:1068px) {
 
}
 
/* SMALL SCREENS */
@media only screen and (max-width: 735px) {

}
 
/* EXTRA SMALL SCREENS < 400px */
@media only screen and (max-width: 400px) {
 
}

/* RETINA */
@media (-webkit-min-device-pixel-ratio: 2), not all, (min-resolution: 192dpi) {

}

/* WEBFLOW OVERRIDES */
/* SMALL SCREENS */
@media only screen and (max-width: 900px) {
    .c-int-6-slide-image-wrap { width: 100%;}
    /* .image-viewer-plus-mobile .image-viewer-selection { display: none; } */
}