body.main-bg-blue .rt-bg, body.main-bg-blue .rt-bg2, body.main-bg-blue {
    /*background-color: #1f436d !important;*/
    background-image: url("http://www.cafequijano.com/images/fondo2.jpg") !important;
    background-position: center top;
  background-size: 100% auto;
    background-repeat: repeat;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}