/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Jerash";
  src: url("./fonts5/Jerash.eot"); /* IE9 Compat Modes */
  src: url("./fonts5/Jerash.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts5/Jerash.otf") format("opentype"), /* Open Type Font */
    url("./fonts5/Jerash.svg") format("svg"), /* Legacy iOS */
    url("./fonts5/Jerash.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts5/Jerash.woff") format("woff"), /* Modern Browsers */
    url("./fonts5/Jerash.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

#video_box {
    position:relative;
}
#video_overlays {
	position:absolute;
    width:100%;
    z-index:300000;
    top:0;
    left:0;
    cursor:pointer;
}
#video_overlays img{
    width:100%;
	cursor:pointer;
}
#video-content{
	position:absolute;
	top:0;
    left:0;
}