.full-image-content-wrapper .image-video-bg{min-height: 500px;background-size: cover;background-position: center center;background-repeat: no-repeat;position: relative}

.full-image-content-wrapper .image-video-bg.video-background {overflow: hidden;position: relative;padding-bottom: 56.25%;height: 0;min-height: 0;background-color: transparent;}
.full-image-content-wrapper .image-video-bg.video-background .yt-video-wrapper {width: 100%;height: 100%;position: absolute;left: 0;right: 0;}
.full-image-content-wrapper .image-video-bg.video-background .yt-video-wrapper > iframe {width: 100%;height: 100%;position: absolute;pointer-events: none;}

.full-image-content-wrapper .image-video-bg.video-background .vimeo-background-wrapper {width: 100%;height: 100%;position: absolute;left: 0;right: 0;}
.full-image-content-wrapper .image-video-bg.video-background .vimeo-background-wrapper > iframe {width: 100%;height: 100%;position: absolute;pointer-events: none;}

.full-image-content-wrapper .image-video-bg.brite-video-background{max-height: 500px;pointer-events: none}
.full-image-content-wrapper .image-video-bg.brite-video-background .britecoveVideoBack *{max-height: 500px;}
.full-image-content-wrapper .image-video-bg.brite-video-background .britecoveVideoBack video{object-fit: cover}

.video-trigger .play-btn .icon-arrow-right {width: 0;height: 0;border-top: 20px solid transparent;border-bottom: 20px solid transparent;border-left: 40px solid var(--white-color);}

.video-trigger .play-btn {display: inline-flex;position: absolute;right: 50px;bottom: 35px;z-index: 1;}
.mfp-inline-holder > .mfp-content{line-height: 0;width: 100%;max-width: 900px;}
.mfp-close-btn-in .mfp-close{background: #fff;color: #000;width: 44px;height: 44px;padding: 0;display: flex;justify-content: center;align-items: center;top: -45px;right: 0;}

@media all and (max-width: 767.98px){
.video-trigger .play-btn {right: 15px;bottom: 15px;}
.video-trigger .play-btn .icon-arrow-right {border-top-width: 20px;border-bottom-width: 20px;border-left-width:30px;}
}