html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}

#player-wrapper {
    width: 100%;
    height: 100%;
    transition: height 0.3s ease;
    position: fixed !important;
}

#player {
    width: 100%;
    height: 100%;
}

#banner-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    background: #000;
    position: relative;
}

#banner-container iframe {
    width: 100%;
    max-width: 728px;
    height: 90px;
    border: none;
}

#banner-close {
    position: absolute;
    top: 5px;
    right: 10px;
    background: #000;
    color: #fff;
    border: none;
    padding: 4px 8px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    z-index: 999;
}

.player-poster[data-poster] .play-wrapper[data-poster] svg path {
    fill: #0369a1 !important;
}