#modal {
    background: rgba(0, 0, 0, 0.72);
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 99;
}

#rightclm {
    top: 30%;
}

#closebtn:hover,
#closebtn:active {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #rightclm {
        top: 24%;
        text-align: center;
    }
}

@media screen and (max-width: 425px) {
    #rightclm {
        top: 15%;
        text-align: center;
    }
}

@media screen and (max-width: 1060px) {
    #amzframe {
        left: 7% !important;
        top: 10% !important;
    }
}

.postrollbtn {
    background-color: white !important;
    margin-top: 15px;
}

.btn>span {
    color: #2CA5D9;
}

.video-js.vjs-has-ended .vjs-poster {
    display: block;
}

.vjs-default-skin.vjs-ended .vjs-big-play-button {
    display: none;
}

.vjs-default-skin.vjs-ended .vjs-control-bar {
    display: none;
}