/*.interactive-image {
	margin: auto;
	width: 100%;
	height: auto;
	min-height: 500px;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}*/

.life-resistant-prev,
.stain-repellent-prev,
.fast-drying-prev {
	font-size: 26px;
    cursor: pointer;
}

/*
.product-line-header {
	position: relative;
	display: flex;
	justify-content: center;
	overflow-x: hidden;
}
*/
@media (min-width: 768px) {
	.product-line-header  img.product-line-header__banner-image--desktop,
	.product-line-header  img.product-line-header__banner-image--mobile {
		max-width: unset;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.product-line-header  img.product-line-header__banner-image--desktop {
		height: 418px;
	}
}

.custom-gradient-right {
	background: rgb(187,181,175);
	background: linear-gradient(135deg, rgba(187,181,175,1) 0%, rgba(207,191,178,1) 100%);
}

.custom-gradient-left {
	background: rgb(205,196,188);
	background: linear-gradient(135deg, rgba(205,196,188,1) 0%, rgba(194,178,167,1) 100%);
}

@media (max-width: 767px) {
	.custom-gradient-right,
	.custom-gradient-left {
		min-height: 350px;
	}
	
	.custom-learn-more,
	.custom-no-caro {
		background: #f6f5f0;
		min-height: 350px;
	}
	
	.custom-no-caro a {
		font-size: 18px;
		line-height: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.wc-img-content {
		min-height: 350px;
	}
}


.scrollable-content {
    overflow: auto;
    overflow-y: hidden;
}

.scrollable-content::-webkit-scrollbar {
	display: none;
}

span.arrow {
    font-size: 26px;
}

.row.why-choose-content {
    z-index: 1;
}

.stain-repellent-scroller,
.life-resistant-scroller,
.fast-drying-scroller {
	display: none;
}

.col-4.slide-out-text {
    background: rgb(218,215,208);
	background: linear-gradient(135deg, rgba(218,215,208,1) 0%, rgba(215,212,205,1) 100%);
}

.col-8.slide-out-caro {
    background: rgb(226,225,217);
    background: linear-gradient(135deg, rgba(226,225,217,1) 0%, rgba(228,226,219,1) 100%);
}

/*  Image Gallery   */
.modal-header.image-gallery {
	background: black;
    border-bottom: none;
}

.image-gallery .modal-body {
	background: black;
}

.image-gallery img:hover {
    cursor: pointer;
}

.close.image-gallery {
	color: white;
}
.animate-parent {
	position: relative;
	width: 100%;
	margin: 0% auto 0 auto;
	/* positioning tweak */
}

.animate-parent:before {
	content: "";
	display: block;
	padding-top: 20.37%;
}

.animate-steps {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("/binaries/content/assets/behrdotcom/web/dynasty/dynasty400sprite.jpg") no-repeat 0 0%;
	background-size: 100%;
	animation: playY 6s steps(129) infinite;
}

.play-dynasty {
	height: 60px;
	width: 60px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
}

.play-dynasty img {
	max-width: 40px;
	margin: auto;
	display: block;
}
.play-dynasty {
    height: 80px;
    width: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
}

@keyframes playY {
	from {
		background-position: 0 0%;
	}

	to {
		background-position: 0 100%;
	}
}
/* 
#dynastyVideoModal .modal-content {
	position: relative;
}

#dynastyVideoModal .close {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 4;
	color: #fff;
} */
#dynasty-animate .container {
	max-width: 1920px !important;
	width: 100%;
	padding: 0 !important;
}
#imageGalleryModal .close.image-gallery {
	position: absolute;
    z-index: 5;
    right: 25px;
    top: 25px;
    background: #000000ad;
    padding: 5px;
    width: 25px;
    height: 25px;
    opacity: 1;
    color: #fff;
    font-weight: var(--behr-bold);
	font-size:15px;
    text-align: center;
    line-height: 1;
    text-shadow: 0 0 BLACK;
}
#imageGalleryModal .modal-header {
	position: relative;
	padding: 0;
}
#imageGalleryModal .modal-dialog {
	min-width: 700px;
}
#imageGalleryModal .modal-body {
	padding:5px;
}
#imageGalleryModal .image-gallery .modal-body {
	background: #fff;
}
@media screen and (max-width: 992px) {
	.play-dynasty {
		height: 80px;
		width: 80px;
		position: absolute;
		left: 50%;
		margin-left: -40px;
		top: 50%;
		margin-top: -40px;
	}
	#imageGalleryModal .modal-dialog {
		min-width: auto;
	}
	.play-dynasty img {
		max-width: 80px;
		margin: auto;
		display: block;
	}
	.animate-parent:before {
		content: "";
		display: block;
		padding-top: 40%;
	}
	
	.animate-steps {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: url("/binaries/content/assets/behrdotcom/web/dynasty/dynasty400spritemobile.jpg") no-repeat 0 0%;
		background-size: 100%;
		animation: playY 6s steps(129) infinite;
	}
	#dynasty-animate .container {
		max-width: 100% !important;
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
	}
	
}