﻿.auditorium {
    position: relative;
    margin-top: 65px;
}

.auditorium-bg-image {
}

    .auditorium-bg-image img {
        width: 100%;
    }





.auditorium {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}

.auditorium-bg-image img {
    width: 100%;
}

.auditorium-bg-image {
    /*position:absolute;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.auditorium-list {
    position: absolute;
    right: 0;
    z-index: 1;
    width: auto;
    top: 50%;
    overflow: hidden;
    transform: translateY(-50%);
}

.auditorium-list {
    margin: auto;
    padding: 25px;
    width: 100%;
    top: 0;
    left: 0;
    border: 0;
    right: 0;
    height: 100%;
}

    .auditorium-list div {
        list-style: none;
        padding: 5px 10px;
        margin: auto;
        transition: 0.35s;
        width: 11%;
        height: 7%;
        background: #fff;
        position: absolute;
        z-index: 1;
        opacity: 0;
    }

.panel-one {
    top: 79%;
    left: 7%;
    transform: skew(0deg, 4deg);
}

.panel-two {
    top: 88%;
    left: 7%;
    transform: skew(0deg, 0deg);
}

.panel-three {
    top: 79%;
    right: 8%;
    transform: skew(0deg, -4deg);
}

.panel-four {
    top: 88%;
    right: 8%;
    transform: skew(0deg, 0deg);
}

.auditorium-list a {
    color: #fff;
    overflow: hidden;
    display: grid;
    text-align: center;
    height: 100%;
    margin: auto;
    vertical-align: middle;
}





    .auditorium-list a span {
        font-weight: 600;
        font-size: 14px;
        color: red;
        height: 100%;
        display: block;
        text-align: center;
        width: 100%;
        vertical-align: middle;
    }

    .auditorium-list a small {
        font-weight: 500;
        font-size: 12px;
        color: #0f0997;
        height: 100%;
        vertical-align: middle;
        display: block;
        text-align: center;
        width: 100%;
    }

    .auditorium-list a p {
        margin: auto;
        line-height: 1;
        text-align: center;
        vertical-align: middle;
        /* height: 50%; */
        overflow: hidden;
    }

.auditorium-video {
    position: absolute;
    width: 30%;
    height: 24%;
    border: 5px solid #000;
    z-index: 1;
    top: 29.5%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 2px 3px 10px 0px #524e4e;
    background: url(../images/auditorium/comming-soon.png) #fff center no-repeat;
    background-size: 100%;
}

video, iframe {
    width: 100%;
    outline: none;
    /* min-height:22vh; */
    background: #000;
    margin: 0;
    border: 0;
    /* border: 5px solid #000; */
    height: 100%;
}

.auditorium-exit {
    position: absolute;
    bottom: 1.58%;
    left: 43.753%;
    height: 4.3%;
    width: 13.15%;
    text-align: center;
    opacity: 0;
}

.exit-div {
    overflow: hidden;
    width: 100%;
    display: table;
    height: 100%;
    background: #fe0000; /* vertical-align: middle; */
}

    .exit-div a {
        width: 100%;
        font-weight: 800;
        overflow: hidden;
        /* line-height: 1; */
        font-size: 20px;
        text-transform: uppercase;
        vertical-align: middle;
        color: #000;
        display: table-cell;
    }

@media (max-width: 767px) {









    .auditorium-video {
        top: 20%;
        height: 30%;
        width: calc(100% - 20px);
    }




    .auditorium-list {
        width: 100%;
        padding: 0;
        top: unset;
        bottom: 0;
        transform: unset;
        text-align: center;
    }

    .auditorium-list {
        width: 100%;
        padding: 0;
        position: unset;
    }

        .auditorium-list div {
            display: inline-block;
            padding: 8px 15px;
            position: unset;
            width: auto;
            border: 1px solid #1eb3f3;
            transform: unset;
            background: rgba(30, 179, 243, 0.3);
        }


    .auditorium-list div {
        opacity: 1;
        margin: 5px;
    }

    .auditorium-list {
        position: unset;
        padding: 5px 10px;
        overflow: hidden;
        bottom: 0;
        height: unset;
    }

        .auditorium-list li {
            padding: 5px 10px;
        }
.auditorium-exit {
    position: absolute;
    bottom: 16.58%;
    left: 50%;
    height: 3.3%;
    width: 48%;
    text-align: center; 
    transform: translate(-50%,0);
}
}

@media (max-width: 320px) {
    .auditorium-video {
        top: 20%;
        width: calc(100% - 20px);
        height: 23%;
    }
    .auditorium-exit { 
        bottom: 29.58%;
    }
}
