
.scroller {
  color:#ffffff;
  width:40px;
  text-align:center;
  cursor:pointer;
  display:none;
  padding:5px;
  margin-top:5px;
}

.scroller-right{
  width: 50px;
  height: 50px;
  float:right;
  background: #acacac;
  border-radius: 10px;
  font-size: 25px;
}

.scroller-left {
  width: 50px;
  height: 50px;
  float:right;
  background: #acacac;
  border-radius: 10px;
  font-size: 25px;

}

.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	  padding:5px;
  	height:220px;;
}

.list {
    position:absolute;
    left:0px;
    top:0px;
  	min-width:3000px;
  	margin-left:12px;
    margin-top:0px;
}


.item2{
  width: 370px;
  height: 220px;
   float: left;
	 display:table-cell;
    position:relative;
    text-align:center;
    color:#efefef;
    vertical-align:middle;
    margin: 5px;
}

.item2 img{width: 370px; height: 220px; object-fit: cover; position: relative; z-index: 1;}
.sombralegenda{width: 370px; height: 70px; position: absolute; z-index: 2; background: #0f265da8; bottom: 0}
.titulovideo{font-family: 'Montserrat', sans-serif;  margin-top: 15px; width: 260px; float: left; line-height: 110%;}
.iconeyt{margin-right: 15px; margin-top: 15px; float: right; width: 50px; height: 36px; background: url(../imgs/iconeyoutube.png)}
