.style__media-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(35,37,38,0.9);
    z-index: 10000
}

.style__media-modal-container .style__media-modal-close {
    top: -40px;
    right: -40px;
    width:40px;
    height:40px;
    position: absolute;
    cursor: pointer;
    z-index: 10100
}

.style__media-modal-container .style__media-modal-close:hover {
    background-color: rgba(0,0,0,.3)
}

.style__media-modal-container .style__media-modal-close:active {
    background-color: rgba(0,0,0,.4)
}

.style__media-modal-container .style__media-modal-close:before {
    display: inline-block;
    font-family: DJI-atom-icon,sans-serif;
    text-decoration: none;
    font-weight: 300;
    content: "X";
    min-width: 16px;
    text-align: center
}

.style__media-modal-container .style__media-modal-iframe {
    position: absolute;
    width: 1200px;
    height: 640px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10050
}