@import url('https://fonts.googleapis.com/css?family=Lobster');

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: 'Lobster', cursive;
}
.holiSVG{
	position:absolute;
	left:50%;
	transform:translateX(-35%);
	-webkit-transform:translateX(-35%);
	height:100%;
	overflow:inherit;
}
.HoliFooter{
	position:fixed;
	left:0;
	bottom:0;
	/*padding:8px;*/
	/*background:rgba(0, 0, 0, 0.6);*/
	width:100%;
	/*min-height:40px;*/
}

.skip {
    background: #ff7f27;
    font-size: 20px;
    display: inline-block;
    padding: 7px 10px;
    text-decoration: none;
    float: right;
    position: fixed;
        right: 10px;
    bottom: 10px;
    color: #fff;
    border-radius: 25px;
    width: 80px;
    text-align: center;
    z-index: 2;
    font-size: 14px;
}
.icon-volume{
	background: #f1cb12 url(../images/icon-volume-2019.png) center center no-repeat;
    font-size: 12px;
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 20;
    padding: 0;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.16), 0px 4px 8px 0px rgba(0,0,0,0.24);
    width: 36px;
    height: 36px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    font-weight:bold;
	animation: sound 1s forwards;
	-webkit-animation: sound 1s forwards;
}
.stopped {
    background: #bcbcbc url(../images/icon-volume2-2019.png) center center no-repeat;
}
#myAudio,
#myAudio2 {
    position:absolute;
    left:0;
    top:0;
    opacity:0;
}
.revalsys{
	float:left;
	width:24px;
	    margin: 10px 0 0 0;
}
.revalsys img{
	width:100%;
}
.st310{
	font-family: 'Lobster', cursive;
}
.holiinner{
            width: 1000px;
    margin: auto;
    text-align: center;
    margin-top: 25px;
    }
    video{
        width: 100%;
    }
    @media   (max-width: 999px) {
    .holiinner{
      width: 100%;
      padding: 25px 0px;
      margin-top: 0px;
    }
    video{
        width: 95%;
    }
}





