section.gt-block.video-banner .video-banner__content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
background: var(--Impeda-BG, linear-gradient(100deg, #004b89 15.38%, #0086ad 100%));
}
section.gt-block.video-banner .video-banner__content .col-left {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
section.gt-block.video-banner .video-banner__content .col-left .skewed-image {
width: 100%;
height: 15rem;
overflow: hidden;
position: relative;
clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
@media screen and (max-width: 680px) {
section.gt-block.video-banner .video-banner__content .col-left .skewed-image {
clip-path: none;
}
section.gt-block.video-banner .video-banner__content .col-left .skewed-image::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(27, 187, 233, 0.2)), color-stop(0%, rgba(27, 187, 233, 0.8))), #004b89;
background: linear-gradient(180deg, rgba(27, 187, 233, 0.2) 100%, rgba(27, 187, 233, 0.8) 0%), #004b89;
z-index: 1;
opacity: 0.6;
-webkit-transition: 0.3s;
transition: 0.3s;
}
}
section.gt-block.video-banner .video-banner__content .col-left .skewed-image img {
position: relative;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
section.gt-block.video-banner .video-banner__content .col-left .skewed-image svg {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
}
section.gt-block.video-banner .video-banner__content .col-right {
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-left: clamp(3rem, 7vw, 15rem);
}
@media screen and (max-width: 768px) {
section.gt-block.video-banner .video-banner__content .col-right {
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
}
}
section.gt-block.video-banner .video-banner__content .col-right .btn__secondary {
backdrop-filter: unset;
max-width: 35%;
}
section.gt-block.video-banner .video-banner .video-popup {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
}
section.gt-block.video-banner .video-banner .video-popup__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
section.gt-block.video-banner .video-banner .video-popup__content {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #fff;
padding: 20px;
border-radius: 5px;
max-width: 120rem;
height: 72rem;
}
section.gt-block.video-banner .video-banner .video-popup__close {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
cursor: pointer;
}
section.gt-block.video-banner .video-banner .video-popup__iframe {
width: 100%;
height: 100%;
}
@media screen and (max-width: 680px) {
section.gt-block.video-banner .video-banner__content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
section.gt-block.video-banner .video-banner__content .col-left,
section.gt-block.video-banner .video-banner__content .col-right {
width: 100%;
}
section.gt-block.video-banner .video-banner__content .col-right {
position: absolute;
top: 3.7rem;
left: 0;
z-index: 10;
}
}