.video-modal.modal {
    z-index: 2003;
    background: #000000;
    padding: 0 !important;
}

.video-modal .modal-dialog {
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.video-modal .modal-content {
    min-height: 100%;
    border: none;
    background-color: #000000;
}

.video-modal .video-properties {
    display: inline;
}

.video-modal .close {
    position: absolute;
    right: -2%;
    top: 4.5%;
    text-shadow: none;
    margin: -15px 0 0 15px;
    z-index: 1;
    color: #ea1c0a;
    opacity: 0.5;
}

.video-modal .close:hover {
    opacity: 1;
}

/* VIDEO PLAYER FULL WIDTH ONLY */
.video-container-full .images-container {
    width: auto;
    max-height: 600px;
    height: 450px;
}

.video-container-full h1.videofull-title {
    line-height: 1;
}

.video-container-full h2.videofull-subtitle {
    margin-bottom: 25px;
}

.video-container-full .preview-image-properties {
    min-width: 125%;
    width: auto;
    height: auto;
}

.video-container-full .text-container {
    max-width: 400px;
    top: 10%;
    left: 10%;
}

.video-container-full .play-icon {
    width: 35px;
    height: auto;
}

/* LOADER SECTION */
.video-container-full {
    position: relative;
    overflow: hidden;
}

.video-container-full .climasmart-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .65);
    z-index: 1;
}

.climasmart-spinner {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #f00; /* Blue */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    .video-modal .modal-dialog {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .video-container-full .text-container {
        top: 5%;
        left: 7%;
    }
}

.video-container-full .images-container .preview-image-properties.ie-only {
    display: none;
}

/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .video-container-full .images-container .preview-image-properties.ie-only {
        display: block;
    }

    .video-container-full .images-container .preview-image-properties.not-ie-only {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .video-modal .close {
        top: 3%;
    }

    .video-container-full .text-container {
        max-width: 300px;
    }

    .climasmart-loader-overlay {
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .video-container-full .preview-image-properties {
        min-height: 430px;
    }

    .video-container-full .preview-image-properties {
        min-width: 105%;
    }

    .video-container-full .text-container {
        max-width: 80%;
        width: 80%;
        left: 10%;
        top: 7%;
    }

    .video-container-full .videofull-play {
        justify-content: center;
    }

    .video-modal .close {
        top: 4%;
    }

    .banner-container-full .preview-image-properties {
        min-width: 100%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .video-container-full .preview-image-properties {
        -webkit-transform: translate(0, -25%);
        -moz-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }
}

@media only screen and (min-width: 500px) and (max-width: 599px) {
    .video-container-full .preview-image-properties {
        -webkit-transform: translate(0, -10%);
        -moz-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        -o-transform: translate(0, -10%);
        transform: translate(0, -10%);
    }
}

@media only screen and (min-width: 992px) {
    .video-container-full .images-container {
        height: 605px;
    }
}

@media only screen and (min-width: 1450px) {

    .video-container-full .images-container {
        height: 90vh;
        max-height: 100%;
    }
}
