#mini {
width:700px;
height:100px; 
align-content: center;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
	
/* Fondo VideoBox */
background: rgba(0, 0, 0, 0.0);
padding:10px;
 }
/* Fondo miniatura */
	
.mini {
background: rgba(0, 0, 0, 0.4);
-webkit-border-radius:19px;
-moz-border-radius: 19px;
border-radius: 19px;
padding:20px;
height:auto;
width:100px;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition:0.5s;
transition: 0.5s;
}

.mini:hover {
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition:0.5s;
transition: 0.5s;
height:130px;}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
  position: relative;
  min-height: 1px; 
}
.col-xs-15
{
  width: 20%;
  float: left;
}

@media (min-width: 768px)
{
  .col-sm-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px)
{
  .col-md-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px)
{
  .col-lg-15
  {
    width: 20%;
    float: left;
  }
}