#home-video-wpr{
    overflow:hidden;
}
#home-video{
	position: relative;
	z-index: 2;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: url(../images/loading.gif) no-repeat center top 295px;
}
#home-video:after{
	content: '';
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#home-video-iframe {
    /*display: none;*/
}
.reservation-mail.gray{
    font-size: 20px;
    padding: 20.6px;
}
.reservation .reservation-mail.gray{
    background: #efefef;
}
.reservation .reservation-mail.gray .icon-items img{
    top: -25px;
}
.reservation .reservation-mail.gray:hover .icon-items img{
    top: -1px;
}
.youtube_cover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#home-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#home-video .cont img{
    max-width:100%;
}

#home-video .inner:before{
    min-height: 1px;
}

@media screen and (max-width:1199px){
    #home-video:after{
        display: none;
    }
    .reservation-mail.gray, .reservation-mail, .reservation-web {
         font-size: 15px; 
        padding: 17.6px;
    }

}
@media screen and (max-width: 767px){
    .reservation-mail.gray {
        font-size: 14px;
        padding: 12px;
    }
}