.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;
}
iframe.height_100_100 {
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  border: none;
}
.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -385px;
}
.video-container video {
  max-height: 480px;
  vertical-align: middle;
  max-width:100%;
  height:auto
}
.img-container {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  z-index: 3;
  text-align: center;
}
.img-container img {
  margin-top: 0;
  width: 60%;
}

video {  
   width:95%; 
   max-width:100%; 
   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-color: #615A56;
}
a {
  color: #00B1ED;
}
#page {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  z-index: 1;
}

#footer {
  height: 30px;
  bottom: 5%;
  left: 0;
  position: absolute;
  right: 0;
  color:#fff;
}
  #footer p {
    text-align: center;
  }
  #footer a {
    font-weight: bold;
    color:#E1001A;
    text-transform: uppercase;
  }
  #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 {
      left: auto;
      margin-left: auto;
      margin-top: auto;
      position: relative;
      top: auto;
  }

.img-container {

    position: static;
}

.height_100_100{
      margin-top: 10%;
}

@media only screen and (max-width : 640px) {
  video {
    max-height:100%
	width:95%
  }

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

	.height_100_100{
		  margin-top:0;
	}

	.video-container video {
		max-height: 270px;
	}

  #footer {
    display :none;
  }

}


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

  #footer {
    display :none;
  }

}