.adsCountdownClass {
    position: absolute !important;
    top: 45%;
    background-color: rgb(155, 155, 155);
    width: 4vw !important;
    margin-right: 10px;
    line-height: 39px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100px !important;
    opacity: 1;
    height: 40px !important;
    right: 0;
    border-radius: 3px;
    text-align: center;
    transition: opacity 0.4s;
    z-index: 6;
}

#loadingSpinnerContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 10;
}

.loading_spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loadingSpinnerText {
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
}

.adsCountdownClass>p {
    font-size: 17px;
    color: #FFFFFF;
}

.adContainer {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}

#adw-front-container {
    display: none !important;
}

.adContainer>div:not(.adsCountdownClass),
.adContainer>div iframe {
    z-index: 6;
    position: relative !important;
    width: inherit !important;
    height: inherit !important;
}

@media screen and (max-width: 850px) {
    /* #watchVideoContainer>div>div
  {
    width: 100% !important;
    height: 100% !important;
  } */

    #watchVideoContainer>div {
        width: 100% !important;
        height: 100% !important;
    }

    #swiperWrapperLiveStreaming {
        margin-left: 0;
    }

}