.gallery{overflow:hidden}.gallery__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gallery__container>*{width:41.6%;-ms-flex-negative:0;flex-shrink:0}.gallery__img{position:relative}.gallery__img>img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery__img::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.15)}.gallery__img::before{content:"";display:block;width:100%;padding-top:50%}@media (max-width:768px){.gallery__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gallery__container>*{width:100%}.gallery__img{max-height:250px;overflow:hidden}.gallery__img:not(:last-child){border-bottom:2px solid var(--blue)}.gallery__img::before{padding-top:56.3%}.gallery__img.border-color:not(:last-child){border-bottom:2px solid var(--orange)}}