@import url(lg.css);
@import url(md.css) only screen and (min-width:992px) and (max-width:1200px);
@import url(sm.css) only screen and (min-width:768px) and (max-width:991px);
@import url(xs.css) only screen and (max-width:767px);

@import url(large.css);
@import url(phone.css) only screen and (max-width:767px);

/*.photo.in {
    text-align: center;
}

.card-img-top {
    display: inline-block;
}
*/