.video-local-content {
    min-height: auto;
    height: auto;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.video-local-content #ytplayer {
    height: auto;
    min-height: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.video-local-content #ytplayerLocal {
    height: auto !important;
    width: 100% !important;
    min-height: 100%;
}

.videoBox{
    max-height: 100vh;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#cover-yt {
    transition: opacity 1s ease;
    position: relative;
    z-index: 9;
    height: auto;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    top: 0;
}

#banner .embedBox h1 {
  font-size: 4.5rem;
  line-height: 80px;
}

.galeryBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    position: absolute;
    bottom: 6vh;
    z-index: 10;
    padding: 0 15px;
}


@media screen and (max-width: 1400.5px) {
    .galeryBox {
        bottom: 8vh;
    }
}


@media screen and (max-width: 1200.5px) {
    .video-local-content {
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        margin-top: 0;
    }

    #cover-yt {
        height: 100vh;
        width: auto;
        max-width: auto;
    }

    .video-local-content #ytplayer {
        min-height: 100%;
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        position: absolute;
    }

    .video-local-content #ytplayerLocal {
        width: auto !important;
        height: 100% !important;
        min-height: 100%;
    }

    .galeryBox {
        bottom: 8vh;
    }
}
@media (max-width:991px){
    .galeryBox {
        bottom: 9vh;
    }
}

@media (max-width:767px){
    #cover-yt {
        height: 100vh;
        width: auto;
        max-width: initial !important;
        margin-left: -50%;
    }

    .hide-on-med-only {
        display: none !important;
    }

    .galeryBox {
        bottom: 8vh;
    }

    #banner .embedBox h1 {
      font-size: 2rem;
      line-height: 50px;
    }

    .SubEmbedBox {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 360px) {
    .videoBox-home {
        margin-left: 0;
        margin-right: 0;
    }

    #banner .embedBox h1 {
        font-size: 2rem;
        line-height: 45px;
    }
}

@media screen and (max-height: 780px) {
    .SubEmbedBox {
        margin-top: -25vh;
    }

    .galeryBox {
        bottom: 8.2vh;
    }
}