.inner-hero-container.large-hero .inner-hero-image-box{height: 500px; -webkit-mask-image: url(../../assets/images/mask-image-hero.svg);mask-image: url(../../assets/images/mask-image-hero.svg);}
.inner-hero-image-box {width: calc(100% + 98px); height: 400px; background: var(--vb-green-dark);  position:relative;-webkit-mask-image: url(../../assets/images/mask-image-hero-small.svg);mask-image: url(../../assets/images/mask-image-hero-small.svg);-webkit-mask-size: 100% 100%;mask-size: 100% 100%;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;-webkit-mask-position: center top;mask-position: center top;}
.inner-hero-image {width: 100%;height: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;object-fit: cover;}
.inner-hero-image img{width: 100%; height: 100%; object-fit: cover;}
.inner-hero-icon{width: 170px;height: 170px;padding: 36px;border-radius: 20px;display: flex;align-items: center;justify-content: center;position: absolute;left: 50%;margin-left: 314px;bottom: -85px;z-index: 9;box-shadow: 10px 10px 20px rgba(0,0,0,0.16); background: var(--vb-orange); }
.inner-hero-icon img{width: 100%; height: 100%; object-fit: contain;}
.inner-hero-image-box iframe{width: 100%; height: 100%; border:0}
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
	.inner-hero-image-box {width: calc(100% + 48px);margin-left:-24px;}	
	.inner-hero-icon{left: auto;margin-left: 0;right: 40px;width: 140px;height: 140px;padding: 20px;bottom: -40px;}
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) { 
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){
	.inner-hero-container{overflow: hidden;}
	.inner-hero-container.large-hero .inner-hero-image-box:before {content: '';width: 52px;height: 198px;background: #fff;position: absolute;left: 0;top: 0;z-index: 2;border-radius: 0 0 20px 0;}
	.inner-hero-container.large-hero .inner-hero-image-box{height:400px;padding-bottom: unset !important;}
	.inner-hero-container .inner-hero-image-box{ height:200px;padding-bottom: unset !important;mask-image: none !important;}
	.inner-hero-icon{width: 66px;height: 66px;right: 0px;bottom: 0;border-radius: 10px 0 0 0;}
	.inner-hero-container.theme-yellow{border-bottom:solid 3px var(--vb-yellow) ;}
	.inner-hero-container.theme-orange{border-bottom:solid 3px var(--vb-orange) ;}
	.inner-hero-container.theme-red{border-bottom:solid 3px var(--vb-red) ;}
	.inner-hero-container.theme-blue{border-bottom:solid 3px var(--vb-blue) ;}
	.inner-hero-container.theme-prple{border-bottom:solid 3px var(--vb-prple) ;}
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width: 575.98px){

}

/* ======================================================
! Extra small devices (portrait phones, less than 370px)
====================================================== */
@media (max-width:369.98px) { 
}
