/*KALPIT - Contetnt Page Banner Starts Here*/
.content-banner-wrapper{min-height: 288px;background-size: cover; background-position: center center; background-repeat: no-repeat;}
.content-banner.content-wrapper{display: flex;justify-content: center;flex-direction: column;min-height: 288px;}
.content-banner.content-wrapper .cta .icon{font-size: 1rem;margin-left: 10px;}
.content-banner-text-wrapper{margin-bottom: 16px;}
/*KALPIT - Contetnt Page Banner Ends Here*/

.vimeo--wrapper, .youtube--wrapper {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo--wrapper  iframe, .youtube--wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
/*.youtube iframe {
    transform: scale(2);
}
.vimeo--wrapper iframe {
    transform: scale(3);
}*/
}