.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw !important;
}

.fancybox__container {
  --fancybox-color: #525252;
  --carousel-button-svg-stroke-width: 1.2;
  --carousel-button-svg-filter: none;
}
.fancybox__container.gallery {
  --fancybox-bg: #fff;
}
.fancybox__container.drawings {
  --fancybox-bg: #F5F5F5;
}
.fancybox__container .fancybox__carousel {
  margin: 0;
}
.fancybox__container .fancybox__viewport {
  padding-bottom: 50px;
}
.fancybox__container .fancybox__slide {
  padding: 64px 100px;
  padding-bottom: 0;
}
@media (max-width: 769px) {
  .fancybox__container .fancybox__slide {
    padding: 64px 15px;
    padding-bottom: 0;
  }
}
.fancybox__container .carousel__dots {
  top: auto;
  bottom: 10px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  z-index: 1052;
}

.carousel__button.is-close {
  left: 8px;
  right: auto;
}
@media (min-width: 1024px) {
  .carousel__button.is-close {
    left: 40px;
  }
}
@media (max-width: 769px) {
  .carousel__button.is-prev, .carousel__button.is-next {
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 0px;
  }
}

.single-post .two_cols__wrapper .two_cols__paragraph a.view-drawings {
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.single-post .two_cols__wrapper .two_cols__paragraph a.view-drawings:hover {
  color: #6f9c78;
}
.single-post .two_cols__wrapper .two_cols__right [data-fancybox=gallery] {
  display: block;
  position: relative;
  margin-bottom: 18px;
}
.single-post .two_cols__wrapper .two_cols__right [data-fancybox=gallery]:hover .plus-icon {
  display: block;
}
.single-post .two_cols__wrapper .two_cols__right .two_cols__responsive_img {
  margin-bottom: 0px;
}
.single-post .two_cols__wrapper .two_cols__right .plus-icon {
  width: 25px;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-post .two_cols__wrapper .two_cols__right .play-icon {
  width: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}