.video-div {
    position: relative;
    cursor: pointer;
}

.video-div .jkit-video-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.jeg-elementor-kit.jkit-video-button .jkit-video-popup-btn {
    padding: 20px 0px 0px 4px;
    height: 60px;
    width: 60px;
    line-height: 1px;
    background-color: #63B0DA;
}

.jeg-elementor-kit.jkit-video-button .jkit-video-popup-btn.glow-enable:after, 
.jeg-elementor-kit.jkit-video-button .jkit-video-popup-btn.glow-enable:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--jkit-element-bg-color);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: jkit-ripple 3s infinite;
    animation: jkit-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}

.jeg-elementor-kit.jkit-video-button .jkit-video-popup-btn.glow-enable:after, 
.jeg-elementor-kit.jkit-video-button .jkit-video-popup-btn.glow-enable:before {
    color: #63B0DA;
}

.jeg-elementor-kit.jkit-video-button .jkit-video-popup-btn i, 
.jeg-elementor-kit.jkit-video-button .jkit-video-popup-btn span {
    color: #FFFFFF;
}

.jeg-elementor-kit.jkit-video-button i {
    font-size: 20px;
}

.jeg-elementor-kit.jkit-video-button .jkit-video-popup-btn:hover {
    background-color: #00334E;
}

.jeg-elementor-kit.jkit-video-button .jkit-video-popup-btn.glow-enable:hover:after, 
.jeg-elementor-kit.jkit-video-button .jkit-video-popup-btn.glow-enable:hover:before {
    color: #00334E;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 1% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    max-width: 490px;
}

.close {
    color: #555555;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

#videoContainer {
    width: 100%;
}

.modal .modal-title {
    color: #00334E;
    font-size: 32px;
    padding-bottom: 24px;
}

.renewable-bg {
    background-image: url(/fz/images/renewable-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.renewable-bg:hover {
    background-image: url(/fz/images/renewable-2.jpg);
}

.renewable-bg .elementor-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #02010100 0%, #00334E 100%);
}

.elementor-element-7f300e2 {
    position: relative;
}

.blue-bg {
    background-image: none !important;
    background-color: #63B0DA;
}

.video-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 24px;
    right: 0;
    padding: 0 12px;
}

.video-item {
    width: 31%;
    margin: 0 1% 2px 1%;
    position: relative;
}

.video-item .v-bg {
    width: 100%;
}

.video-item .v-bg.left {
    border-radius: 14px 0 0 14px;
}

.video-item .v-bg.right {
    border-radius: 0 14px 14px 0;
}

.video-item .jkit-video-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video-item .jeg-elementor-kit.jkit-video-button .jkit-video-popup-btn {
    height: 42px;
    width: 42px;
    padding: 12px 0px 0px 4px;
    cursor: pointer;
}

.video-item .jeg-elementor-kit.jkit-video-button i {
    font-size: 18px;
}

.grey-bg-overlay {
    height: 96%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #02010100 0%, #00334E 100%);
    opacity: 0.65;
    z-index: 1;
}

.grey-bg-overlay.left {
    border-radius: 14px 0 0 14px;
}

.grey-bg-overlay.right {
    border-radius: 0 14px 14px 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}

@media screen and (max-width: 1199px) {
    .modal-content {
        margin: 10% auto;
        width: 94%;
    }
}