/* BODY */
html{
    width:100%;
    height: 100%;
}
body {
	background-color: #ffffff;
  min-height: 100vh;
}
.video-container{
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  position:relative;
}
.video-container video{
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: -1;
}
#content{

}
/* HELPERS */
.m-r{
	margin-right: 10px;
}
.m-l{
	margin-left: 10px;
}
.m-t{
	margin-top: 10px;
}
.m-b{
	margin-bottom: 10px;
}
.plr-none{
	padding-right: 0px;
	padding-left: 0px;
}

/* CUSTOM CLASSES */
.no-padding {
  padding: 0;
}

@media screen and (max-width: 425px) {
  body {
    background-image: url(web/Sunset_-_12591.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
  }
}