/*
*
* Style for IYTPL Mainstage
*
*/

#iytplMainstageWrapper {
    position: relative;
    display: block;
    height: 400px;
    width: calc(400px * 1.78);
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
}

.iytplMainstage {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    height: 90%;
    width: 90%;
    top: 5%;
    left: 5%;
}

#iytplMainstagePoster {
    position: absolute;
    height: 90%;
    width: 90%;
    top: 5%;
    left: 5%;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: 100;
}

.iytplMainstage iframe {
    width: 98%;
    margin-left: 1%;
    height: auto;
}

#iytplMainstage-close {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 30px;
    right: 30px;
    color: red;
    display: none;
}

.iytpl-thumbnails {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
    width: 100%;
    max-width: 1200px !important;
}
.iytpl-thumbnail img {
    object-fit: cover;
    height: 200px;
}