﻿@charset "utf-8";

.photos_sample {
    height: 178px;
    width: 250px;
}

.photos_detail {
    color: #000;
    font-weight: 400;
}

/* ################################# RESPONSIVE STYLES ##################### */

/* ################################# > 485 ##################### */

@media only screen and (min-width:700px) {

    .photos_sample {
        height: 250px;
        width: 350px;
    }
    
}

