.gallery__grid_container{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;margin-left:auto;margin-right:auto;max-width:1080px;width:100%}@media only screen and (min-width:768px) and (max-width:1050px){.gallery__grid_container .gallery__grid:last-child{flex-direction:revert;justify-content:space-between;max-width:680px}.gallery__grid_container .gallery__grid:last-child .gallery__grid_top{width:320px}}.gallery__grid{display:flex;flex-direction:column;margin-bottom:40px;margin-left:20px;margin-right:20px;max-width:320px;width:100%}.gallery__grid_top{display:flex;height:320px;justify-content:space-between;margin-bottom:40px}.gallery__grid_left,.gallery__grid_right{width:140px}.gallery__grid_wrap{height:100%;overflow:hidden;position:relative;width:100%}.gallery__grid_wrap img{bottom:0;cursor:pointer;height:auto;height:100%!important;left:0;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;right:0;top:0;width:100%}.gallery__grid_wrap img,.gallery__grid_wrap:hover img{-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;-o-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.gallery__grid_wrap:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.gallery__grid_right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between}.gallery__grid_right .gallery__grid_wrap{height:140px;width:140px}.gallery__grid_bottom{height:140px;max-width:320px;width:100%}