video:focus{outline: none}
video{margin: auto;max-width: 100%;height: auto;float: left}
.vouter{width:100%;clear:both;margin:10px auto;display:block;float:left}
.vpinfo{padding: 5px;float:left;clear: both;max-width:100%;margin:auto}

.area-bg {
	clear:both;margin:10px auto;padding:0;display:block;float:left;
position:relative;bottom:0;left:0;height:100%;width:100%;overflow:hidden;
}

.area-bg .paragraph{color:#fff;margin:10px auto;padding: 15px;font-size: 24px;display: block;clear: both}

.area-bg .link{width: 100%;margin: 10px auto;float: left}

.area-bg-video {
display: block;margin:0 auto;padding: 0;max-width: 100%;clear:both;vertical-align:baseline !important
}

.area-bg .filter, .fullscreen-bg .filter{
z-index:9;position:absolute;background:rgba(0, 0, 0, 0.5);width:100%;top:0;left: 0;height: 100%
}

.area-bg .title-container{
    z-index: 10;
    position: absolute;
    top: 25%;    
    width:100%;
    text-align: center;   
    margin: auto
}

.area-bg .title-container a{
font-size: 24px;
   width: auto;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.5);
    border-radius:4px;
    margin:auto;
    border: 1px solid #fff;
    transition: all .5s;
    -webkit-transition: all .5s  
}

.area-bg .title-container a:hover{
	background: rgba(255, 255, 255, 0.5);
	color: black !important;
	box-shadow: 0px 0px 10px #fff
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100
}

.fullscreen-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-aspect-ratio: 16/9) {
    .fullscreen-bg-video {
        height: 300%;
        top: -100%;
    }
}

@media screen and (max-aspect-ratio: 16/9) {
    .fullscreen-bg-video {
        width: 300%;
        left: -100%;
    }
}



@media screen and (max-width: 568px) {
	
	.area-bg .title-container{top:10%}
	.area-bg .title-container a, .area-bg .paragraph{font-size: 15px;margin:0 auto}
	.area-bg .title-container a{padding: 5px 10px}
   
    .fullscreen-bg-video {
        display: none;
    }
}
