
/* Video background */

.fullscreen-bg {
  position: relative;
  overflow: hidden;
  width:100%;
  height:100%;
  }

.fullscreen-bg .wallpaper {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:0;
    background-size: cover;
}

.fullscreen-bg .wallpaper video {
	width: 100%;
    height: auto;
    z-index:-1;
    position: absolute;
	top: 0;
	left: 0;
	display: none;

}

.fullscreen-bg .home-content {
    z-index:1;
    position:relative;
     margin:30% auto 0 auto;
     text-align:left;
}

.fullscreen-bg .home-content h1 {
    background:rgba(0,0,0,.65);
    display:inline-block;
    padding:15px 15px 5px 15px;
    line-height:24px;
    font-size:24px;
    color:#fff;
    margin: 0;
}

/* Programs */
.page .fullscreen-bg {
	padding: 36.5% 0 0 0;
}

.fullscreen-bg .program-content {
	background-color: rgba(121,180,190,.8);
	color: #fff;
	padding: 0 15px;
	margin: 0;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;

}

.fullscreen-bg .program-content .program-posttitle {
	margin: 0 auto;
	font-size:40px;
	max-width: 1100px;
}


/* Styles for large screens */
@media (min-width: 1175px) {

.fullscreen-bg .home-content {
	max-width:1100px;
	margin:23.5% auto 5% auto;
}

.fullscreen-bg .home-content h1 {
    padding:15px 15px 5px 15px;
    line-height:60px;
    font-size:60px;
}

.fullscreen-bg .wallpaper video {
	display: block;
}

}

@media (max-width: 480px) {

.fullscreen-bg .program-content .program-posttitle {
	font-size: 24px;
}

.page .fullscreen-bg {
	padding: 50% 0 0 0;
}


}




