#cr4{

                                content:url('/images/carrousel/slider sudaderas 2x tecor.jpg');
                            }
@media(max-width:767px) {
#cr4{
                                content:url('/images/carrousel/mini slider sudaderas 2x tecor.jpg');
                            }
}


.small-demo {
    background: #fff;
    box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
    -moz-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
    -webkit-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
   /*width: 1296.88px; */
     width: 100%;
    float: right;
}

.small-demo .caption {
    padding: 10px;
    color: #212121;
    font-size: 0.875rem;
}

.small-demo a {
    width: 25%;
    max-width: 25%;
    float: left;
    overflow: hidden;
}
.small-demo img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: -webkit-transform .35s ease;
    -moz-transition: -moz-transform .35s ease;
    -o-transition: -o-transform .35s ease;
    -ms-transition: -ms-transform .35s ease;
    transition: transform .35s ease;
}

.small-demo a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


@media (max-width: 767px) {
    .small-demo {
    background: #fff;
    box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
    -moz-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
    -webkit-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
    width: 100%;
    float: left;
}
.small-demo a {
    min-width: 50%;
    float: left;
    overflow: hidden;
}

}