
.embed-container {
    position: relative;
    height: 146px;
    overflow: hidden;
    width: 100%;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
	height: 172px;
}

.videos-container {
    margin-left: 15px;
    margin-right: 15px;
}

div.canal-youtube{
	text-align: right;
    font-weight: bold;
    text-align: center;
    margin-top:20px;
}
div.canal-youtube a{
	color: darkorange;
}
@media(min-width:2000px) {
    
    iframe.prod_youtube {
        height: 172px;
    }
}

@media(max-width:768px) {

    .embed-container {
        height: 176px;
        width: 313px;
        margin: 15px auto;
    }
    div.videos-container div.row div.col-md-6.col-sm-12.col-lg-3:nth-child(4) {
        display: none;
    }
}

@media(max-width:991px) {

    iframe.prod_youtube {

        height: 197px;
    }
}
@media(min-width:768px) and (max-width:991px) {

    .embed-container {
        position: relative;
        height: 176px;
        overflow: hidden;
        width: 100%;
        margin: 15px 0px;
    }
}

@media(min-width:992px) and (max-width:1199px) {

    iframe.prod_youtube {

        height: 140px;
    }
}
  img.imagen-previa { 
     display: block; 
     margin: auto; 
     max-width: 100%; 
     cursor:pointer;
  }
  div.youtube-play { 
     height: 64px; 
     width: 64px; 
     left: 50%; 
     top: 58%; 
     margin-left: -36px; 
     margin-top: -36px;
     opacity:1;
     position: absolute; 
     background:   url("../img/prod_youtube.png") no-repeat;
     cursor:pointer
  }
  div.youtube-play:hover{
     opacity:1; 
  }
  #youtube-iframe { 
     width: 100%; 
     height: 100%; 
     position: absolute; 
     top: 0; 
     left: 0; 
  }