@charset "utf-8";
/* css/style_vstrecha.css */

body {
    color: beige;
}
.main_content {
    width: 1000px;
}
.v_photo {
    padding-bottom: 10px;
    display: block;
    max-width: 900px;
    max-height: 700px;
    width: auto;
    height: auto;
    margin: auto;
}
@media screen and (max-width: 900px) {
    .main_content {
        width: 95%;
    }
    .v_photo {
        max-width: 400px;
        max-height: 300px;
    }
    .gallery-cell {
        height: 300px;
    }
    .gallery {
        height: 350px;
    }
}