.inzercia-pictures {
    width: 50%;
    margin-left: 2%;
}

.inzercia-pictures .main-picture {
    float: none;
    margin-bottom: 0;
}

.gallery {
    width: auto;
    float: none;
}

.gallery a {
    display: block;
    float: left;
    width: 118px;
    margin: 1px;
}

.inzercia-pictures .main-picture {
    margin-bottom: 1px;
}

.main-picture img {
    display: block;
}

.inzercia-info {
    width: 45%;
    margin-right: 2%;
}

.inzercia-actions-wrapper .inzercia-desc {
    float: none;
    width: auto;
}

.contact-and-price {

}

.contact-and-price .contact {
    float: left;
    width: 65%;
}

.contact-and-price .priceinfo {
    float: right;
    font-size: 1.4em;
    text-align: right;
    width: 34%;
}

.contact-and-price .priceinfo .price {
    color: #ef3e3a;
    font-weight: bold;
}

.contact-and-price .priceinfo .views {
    font-size: 0.8em;
}

/* Landscape phone to portrait tablet */
@media (max-width: 1050px) {

    .inzercia-pictures img {
        max-width: 100%;
        height: auto;
    }

    .inzercia-pictures .main-picture {
        width: auto;
    }
}

/* Landscape phones and down */
@media (max-width: 650px) {

    .inzercia-pictures {
        float: none;
        width: auto;
        margin: 0 3%;
    }

    .inzercia-info {
        float: none;
        width: auto;
        margin: 0 3%;
    }

}