


.gallery {
    width: 100%;
    position: relative;
   max-width: 800px;
  margin: 0 auto; }


.gallery__item {
    width: 100%;
    margin-right: 0; }

.gallery__item img {
    display: block;
    width: 100%;
    height: auto; }

.gallery .glide__slide {
  line-height: 0; }