.ci_youtube {
  width:100%;
  position:relative;
}  
.ci_youtube_back {
  width:100%;
  height:auto;
  z-index:9;
}
.ci_youtube iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index:10;
}