        /******************************** Acercamiento Images ******************************/
        .strip_list{
            background-color:#fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            margin-bottom:30px;
            border:1px solid #ededed;
            position:relative;
        }
        .strip_list .img_wrapper{
            margin-bottom:0;
            -webkit-border-top-right-radius: 0;
            -webkit-border-bottom-right-radius: 0;
            -moz-border-radius-topright: 0;
            -moz-border-radius-bottomright: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }
        .strip_list:hover .img_container img {
            -webkit-transform:scale(1.2);
            transform:scale(1.2);
            opacity:0.6;
        }
        .strip_list .img_container img {
            -webkit-transform:scale(1);
            transform:scale(1);
            -moz-transition: all 0.4s;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            opacity:0.8;
        }
        .strip_list .img_container{
            -webkit-border-top-right-radius: 0;
            -webkit-border-bottom-right-radius: 0;
            -moz-border-radius-topright: 0;
            -moz-border-radius-bottomright: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }
        .strip_list .desc h3{
            font-style:italic;
        }
        .strip_list .img_container a:hover .short_info{
            padding-bottom: 15px;
        }
        
        .fadeIn {
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
        }
        .animated {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }
        
        .img_wrapper {
            background-color: #000;
            margin: 0;
            margin-bottom: 30px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            position: relative;
        }
        
        .img_container a:hover img {
            -webkit-transform:scale(1.2);
            transform:scale(1.2);
            opacity:0.4;
        }
        .img_container img {
            -webkit-transform:scale(1);
            transform:scale(1);
            -moz-transition: all 0.4s;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            opacity:0.8;
        }
        .img_container{
            position:relative;
            overflow: hidden;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            z-index:0;
        }
        img {
            vertical-align: middle;
            border-style: none;
        }
        @media only screen and (max-width: 767px){
            .strip_list .desc {
                width: 100%;
                padding: 10px 25px 0 25px;
            }
        }
        /******************************** Acercamiento Images ******************************/
        @media screen and (max-width: 576px)  {
            .strip_list {
                width: 100%;
            }
            .img_container{
                width:100%;
                height:100%;
                padding-bottom: 56.25%; /* Relación de aspecto de 16:9 (dividir la altura entre el ancho) */
            }
        }