@media only screen and (max-width: 600px) {
    
.views-field.views-field-field-image {
    float: none !important;
    margin-right: 5%;
}

.tp-caption.customin.tp-resizeme.start.nikos {
    display: none;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 50%;
}

}