* {
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#iish_wrapper {
    width: 100dvw;
    height: 100dvh;
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    cursor: pointer;
    display: none;
    z-index: 2147483647;
}

.iish_b {
    width: 100dvw;
    height: 100dvh;
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(116, 115, 115);
    opacity: .8;
    filter: blur(2px);


}

#video_player {
    width: 100dvw;
    height: 100dvh;
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#video {
    width: 100dvw;
    height: 100dvh;
    left: -2px;
    position: relative;
}

.video-controls {
    top: -35px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
}

.sound,
.toggle {
    background: 0 0;
    color: #000000;
    border: none;
    outline: 0;
}


.iish_closeBtn {
    width: 26px !important;
    position: absolute;
    top: 0px !important;
    right: 15px !important;
    display: none;
    border-radius: 50%;
}

.iish_info_logo {
    width: 26px !important;
    position: absolute;
    top: 0px !important;
    left: 15px !important;
    display: none;
}

@media only screen and (max-width: 600px) {
    #iish_wrapper {
        width: 100dvw;
        height: 100dvh;
        top: 0;
        left: 0;
        overflow: hidden;
        cursor: pointer;
        position: fixed;


    }

    .iish_b {
        width: 100dvw;
        height: 100dvh;
        top: 0;
        left: 0;
        position: absolute;
        background: rgb(61, 60, 60);
        opacity: .8;
        filter: blur(1px);

    }

    #video_player {
        width: 100dvw;
        height: 100dvh;
        position: fixed;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    #video {
        width: 100dvw;
        height: 100dvh;
        position: fixed;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .iish_closeBtn {
        width: 26px !important;
        position: absolute;
        top: 0px !important;
        right: 5px !important;
        display: none;
        border-radius: 50%;
    }

    .iish_info_logo {
        width: 26px !important;
        position: absolute;
        top: 0px !important;
        left: 5px !important;
        display: none;
    }
}