﻿.clear{clear:both;float:none;width:100%;}
.container{max-width:1170px;width:100%;padding-right:0px;padding-left:0px;margin-right:auto;margin-left:auto;}
p.gallery{display:flex;flex-direction:row;flex-wrap:wrap;}
.container .gallery a img{float:left;height:auto;border:2px solid #fff;-webkit-transition:-webkit-transform .15s ease;-moz-transition:-moz-transform .15s ease;-o-transition:-o-transform .15s ease;-ms-transition:-ms-transform .15s ease;transition:transform .15s ease;position:relative;margin: 5px;}
.container .gallery a:hover img{-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-o-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02);z-index:5;}
.container .gallery a.big img{width:40%;}
.align-center{text-align:center;}
.middle p.gallery {padding: 0 4% 0 11%;}
@media screen and (max-width: 768px) {.middle p.gallery {padding: 0 4% 0 4%;}}
@media screen and (max-width: 450px) {.middle p.gallery img{width: 100vW; height: auto}}
