/* Main section modal whatsapp */
.modalPlayer{
    width: 100%;
    height: 0;
    background-color: #fafafa;
    display: none;
    padding: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*  */

/* Exit modal button whatsapp */
.exitPlayer {
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
    font-size: 3em;
    color: #010101;
    position: fixed;
    top: 2%;
    right: 20%;
    z-index: 1001;
    display: none;
    text-transform: lowercase;
    transition: all .5s ease;
}

.exitPlayer:hover {
    font-weight: bolder;
}
/*  */

/* Modal Content */
.playerInner {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    display: none;
}

.playerContainer {
    width: 70%;
    height: 70vh;
    padding: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.playerContainer iframe {
    width: 100%;
    height: 70vh;
}
/*  */
