*
  {
    padding: 0;
    margin: 0;
    height: 100%;
  }
  
body {
overflow: hidden;background-color: #361D1C;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#iframe {
  width: 100%;
  height: 96%;
  border: none;    
  
  background: #eee ;
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 0px;
  right: 0;
  
  z-index: 1;
}
#iframem {
  width: 100%;
  height: 100%;
  border: none;    
  
  background: #eee ;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0px;
  right: 0;
  
  z-index: 1;
}
#resizable {
  width: 190px;
  height: 27px;
  background: #fff;
  border: 1px solid #ccc;
  text-align : center;
  position: absolute;
  top: 10px;
  right: 13%;
  
  z-index: 9;
}
#resizable2 {
  width: 220px;
  height: 27px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 11px;
  color: #FF0000;
  position: absolute;
  top: 10px;
  left: 50px;
  text-align : center;
  z-index: 9;
}
#resizable2 a {
  color: #FF0000;
}
#resizable2 a:hover {
  color: #000000;
}
#resizable3 {
  width: 600px;
  height: 27px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 22px;
  color: #000000;
  position: absolute;
  top: 10px;
  left: 300px;
  text-align : center;
  z-index: 9;
}
#resizable3 a {
  color: #000000;
}
#resizable3 a:hover {
  color: #ff0000;
}


.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
