.content-area {
    padding: 0 0 0 0 !important;
}

.video-banner {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.video-banner .play-button {
    max-width: 100px;
    margin: 60px auto;
}

.video-banner .play-button img {
    width: 100%;
}

.video-banner .header h3 {
    width: 100%;
    font-size: 53px;
    line-height: 53px;
    letter-spacing: -1px;
}

.video-banner .text {
    width: 100%;
    font-size: 27px;
}

.videoModal .modal-dialog {
    max-width: 1200px;
    width: 90%;
    margin: 30px auto 0px auto;
}

.videoModal .modal-dialog .modal-content {
    background-color: #292929;
    color: var(--white);
}

.videoModal .modal-dialog #modal-video,
.videoModal .modal-dialog #showreel-video {

    width: 100%;
}

.videoModal .modal-dialog .close {
    background-color: #ff3f3f;
    padding: 0px 10px;
    width: fit-content;
}

.video-container {
    position: relative;
    /* padding-bottom: 56.25%; */
}
  
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-gallery img{
    width: auto;
    aspect-ratio: 8/5;
    -o-object-fit: cover;
    object-fit: cover;
}