.gallerySimple{padding:0}.gallerySimple-list{margin:0 auto;padding:1px;display:flex;flex-wrap:wrap}.gallerySimple-item{padding:2px;flex-basis:25%;-moz-transition:opacity .3s;-webkit-transition:opacity .3s;transition:opacity .3s}.gallerySimple-item>a,.gallerySimple-img{display:block;width:100%}.gallerySimple-list:hover .gallerySimple-item{opacity:.6}.gallerySimple-list:hover .gallerySimple-item:hover{opacity:1}@media (max-width:800px){.gallerySimple-item{flex-basis:33%}}@media (max-width:600px){.gallerySimple-item{flex-basis:50%}}.galleryArrow{height:6rem;width:3rem;position:absolute;top:50%;transform:translate(0,-50%);z-index:10;background:#FEF200;transition:all .3s}.galleryArrow i{font-size:2rem}.galleryArrow_left{left:0;box-shadow:5px 0 4px 0 rgba(0,0,0,.17)}.galleryArrow_left:hover,.galleryArrow_left:focus{margin-left:-3px;transition:all .3s}.galleryArrow_right{right:0;box-shadow:-5px 0 4px 0 rgba(0,0,0,.17)}.galleryArrow_right:hover,.galleryArrow_right:focus{margin-right:-3px;transition:all .3s}