/*Video pop-up*/
.esg-video-btn {color: #fff; cursor: pointer;}
.esg-video-btn i{vertical-align: middle; margin-right: 5px;}
.show {display: flex !important;}
.popup {display: none;width: 100%;height: 100vh;background-color: rgba(0, 0, 0, 0.9);justify-content: center;align-items: center;position: fixed;top: 0;left: 0;z-index: 1050;}
.popup .esg-video{margin: 0 auto; width:71vw; height:40vw; text-align:center;max-height: calc(100vh - 60px);}
#esg-video .close{position: absolute;border: 0;outline: none;cursor: pointer;background: none;font-size: 50px;z-index: 1;top: 0;right: 1%;color: #fff;opacity: 1;margin: 0;padding: 0;}

@media (max-width: 700px) {
    .esg-video-btn {margin:0 0 1rem 0!important;}
}