/* 
RADIO PLAYER
*/

.fs-vid-background {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

.fs-vid-background video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
}

.fs-video {
    max-width: 100%;
}

.fs-close {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 600;
}

.fs-close a {
    color: white;
    font-size: 100px;
}