.header_gale_even{
    position: relative;
    float: left;
     width: -moz-calc(100% - 4px);
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    margin: 0 2px 0 2px ;
}
.header_gale_even img{
    position: relative;
    float: left;
    width: 100%;
}

.header_gale_even p{
    position: absolute;
    bottom:  0;
     background: rgba(141, 94, 183, 0.66);
    width: 95%;
    font-family: 'Nexa-Heavy';
    font-size: 45px;
    color: #fff;
    padding-left: 5%;
}

.preview_gale_even_peq{
    position: relative;
    float: left;
    width: -moz-calc(32.85% - 4px);
    width: -webkit-calc(32.85% - 4px);
    width: calc(32.85% - 4px);
    margin: 2px;
}
.preview_gale_even_peq img{
    position: relative;
    float: left;
    width: 100%;
}
.preview_gale_even_big{
    position: relative;
    float: left;
    width: -moz-calc(67.15% - 4px);
    width: -webkit-calc(67.15% - 4px);
    width: calc(67.15% - 4px);
    margin:  2px ;
}

.preview_gale_even_big img{
    position: relative;
    float: left;
    width: 100%;
}
.content_gale_even_big{
    width: 67.15%;
    margin:  0px ;
    
}

.blurry_img{
      position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
       -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition:all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.blurry_img:hover{

       -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition:all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
       opacity: 1;
}
@media all and (max-width: 480px) {
.ib-container .articulo{width: 100%;margin: 0;padding: 0}
.big_content{width: 60%; margin: 0 20%;}
}