@CHARSET "UTF-8";

.VideoContainer {
  width:100%;
  height:100%;
  background: url('http://popihotel.gr/elements/underwater_still.jpg') 0 0 no-repeat;
  background-size: 100%;
}

.DeepSea {
  width:100%;
  height:200%;
  background-color:#25657E;
}

.DeepGround {
  background-color: #25657E;
}

.DeepGroundPicture {
  width:100%;
  height:100%;
  background: url('http://popihotel.gr/elements/deep_ground_2.jpg') 0 0 no-repeat;
  background-size:100%;
}

.DeepGroundShade {
  width:100%;
  height:100%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 81%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(81%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 81%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 81%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 81%,rgba(0,0,0,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 81%,rgba(0,0,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}