.img_contain,
.img_cover {
  background-position: center center;
  background-repeat: no-repeat;
}
.img_contain {
  background-size: contain;
}
.img_cover {
  background-size: cover;
}
.img-auto {
  max-height: 100%;
}
.overflow {
  overflow: hidden;
  overflow-y: auto;
}

.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -385px;
  height: 100vh;
}
.video-container video {
  max-height: 480px;
  vertical-align: middle;
}
.img-container {
  position: relative;
  height: auto;
  max-width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  z-index: 3;
  text-align: center;
}
.img-container img {
  margin-top: 0;
  width: 60%;
}
/*video {
  display: inline;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  border: none;
}*/

video {  
   width:95%; 
   max-width:771px; 
   height:auto; 
}

.height_100_100 {
  min-height: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.height_50_50 {
  min-height: 50%;
  height: 50%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.height_100 {
  position: relative;
  float: left;
  min-height: 100%;
}
.height_50 {
  position: relative;
  float: left;
  min-height: 50%;
}
html,
body {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: #000;
  background: #0c8a99; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #0c8a99 60%, #0dbde1 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(60%,#0c8a99), color-stop(100%,#0dbde1)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #0c8a99 60%,#0dbde1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #0c8a99 60%,#0dbde1 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #0c8a99 60%,#0dbde1 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #0c8a99 60%,#0dbde1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c8a99', endColorstr='#0dbde1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
a {
  color: #00B1ED;
}
#page {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  z-index: 1;
}

#footer {
    bottom: 10%;
    color: #fff;
    height: 60px;
    left: 0;
    position: relative;
    right: 0;
    z-index: 10;
}
  #footer p {
    text-align: center;
  }
  #footer a {
    font-weight: bold;
    color:#000000;
  }
  #footer .idm {
    font-size: 0.8em;
    font-weight: normal
  }

  #footer .idm a{
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
  }


@media screen and (max-width:768px){

  .video-container {
    position:relative;
    margin:0 auto;
    top: 25%;
    left:auto;
  }

  #footer {
    left: auto;
    position: relative;
    right: auto;
    margin:0 auto;
  }

  #footer {
    left: auto;
    position: relative;
    right: auto;
    margin:0 auto;
    display: none
  }

}

@media screen and (max-width:768px) and (orientation : portrait) {
  .video-container {
    top: 25%;
  }
}

@media only screen and (min-width : 321px) and (max-width:768px){
  .video-container {
    top: 5%;
  }
}