body {
    background: none !important;
    width: 100%;
    height: 100%;
    min-width: 610px;
    text-align: center;
}

#printableHTML {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.imgPrint {
    width: 90%;
    display: block;
    margin: auto;
}

#print_it,
#langHref {
    position: absolute;
    top: 2.5vw;
    width: 6vw;
    min-width: 42px;
}

#langHref {
    left: 2vw;
}

#print_it {
    left: 8.5vw;
    cursor: pointer;
}

#helpVidBtn {
    position: absolute;
    top: 11.7vw;
    left: 1.8vw;
    width: 12%;
    min-width: 95px;
    cursor: pointer;
}

#helpVidBtn img{
    -moz-box-shadow: 0px 0px 20px 5px #e4ff04;
    -webkit-box-shadow: 0px 0px 20px 5px #e4ff04;
    box-shadow: 0px 0px 20px 5px #e4ff04;
    border-radius: 30px;
    /*height: 35px;*/
}

#vidDiv{
    position: relative;
    width: 80%;
    min-width: 488px;
    min-height: 370px;
    height: 70vh;
    margin: auto;
}

#vidDiv video{
    position: relative;
    width: 100%;
    height: 100%;
}

#closeBtn{
    position: relative;
    width: 5%;
    top: 2vw;
    left: 7.5vw;
    min-width: 45px;
    cursor: pointer;
    z-index: 11;
}

#vid-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202020;
    display: none;
}

@media screen and (max-width: 610px) {
    #print_it,
    #langHref {
        top: 21px;
    }

    #langHref {
        left: 21px;
    }

    #print_it {
        left: 67px;
    }
    
    #helpVidBtn{
        top: 75px;
        left: 12px;
    }
    
    #vidDiv{
        margin: 0;
        left: 59px;
        height: 38vh;
    }
    
    #closeBtn{
        top: 17px;
        left: 38px;
    }
}
