.iframe-content-normal {
  position: relative;background-color: #00afbf;
  min-height: 300px;  
  width: 100%;
  border: 0; 
  height: auto
}

/*Then style the iframe to fit in the container div with full height and width */
.iframe-content-normal iframe{
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
background-color: #00afbf;
  right: 0;
  width: 100%;
  min-height: 800px;
  border: 0;
  margin-bottom:70px;


}

.iframe-content {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  }

.iframe-content iframe, .iframe-content object, .iframe-content embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  }


.live p{
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
.iframe-content-normal iframe{
  min-height: 800px;
}
}