.tara-gallery {
  overflow: hidden;
  padding-top: 1.25rem;
  margin: -0.625rem;
  width: auto;
}
.tara-gallery.alignfull {
  padding-left: 0;
  padding-right: 0;
}
.tara-gallery__item {
  width: 100%;
}
.tara-gallery__item__inner {
  position: relative;
  transition: opacity 0.4s ease-in-out;
  will-change: opacity;
  display: flex;
}
.tara-gallery__item__inner:before {
  position: absolute;
  content: "";
  display: block;
  border: 0.625rem solid var(--cl-white);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.tara-gallery__item__inner:hover {
  opacity: 0.8;
}
.tara-gallery__item__img {
  position: relative;
  flex: 0 0 100%;
}
.tara-gallery__item img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tara-gallery__item__content {
  position: relative;
  color: var(--cl-white);
  flex: 0 0 100%;
  transform: translateX(-100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding-bottom: calc(8% + 20px);
  z-index: 4;
}
.tara-gallery__item__content h2 {
  position: relative;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 0;
  color: inherit;
}
.tara-gallery__item__content h2:after {
  content: "";
  display: block;
  width: 5rem;
  max-width: 100%;
  border-bottom: 1px solid var(--cl-white);
  margin: 0.75rem auto 0 auto;
}
.tara-gallery__item__content a {
  color: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}
.tara-gallery__item__content a:after {
  position: absolute;
  content: "";
  background-image: url(../../img/icons/arrow_white.png);
  width: 16px;
  height: 8px;
  top: 5px;
  right: -25px;
  opacity: 0;
  visibility: hidden;
}
.tara-gallery__item__content a:hover {
  font-weight: 500;
}
.tara-gallery__item__content a:hover:after {
  opacity: 1;
  visibility: visible;
  transition: 0.6s ease-in-out;
}
.tara-gallery__item__content--black {
  color: var(--cl-black);
}
.tara-gallery__item__content--black h2:after {
  border-color: var(--cl-black);
}
.tara-gallery__item__content--black a:after {
  background-image: url(../../img/icons/arrow_black.png);
}
.tara-gallery__item--big .tara-gallery__item__img {
  padding-top: 118.6%;
}
.tara-gallery__item--small .tara-gallery__item__img {
  padding-top: 118.6%;
}

@media (min-width: 768px) {
  .tara-gallery__item {
    width: 50%;
  }
  .tara-gallery__item__content {
    padding-left: 16.5680473373%;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: calc(11% + 20px);
  }
  .tara-gallery__item__content h2 {
    margin-bottom: 0.5625rem;
  }
  .tara-gallery__item__content h2:after {
    margin: 2rem auto 0 auto;
  }
  .tara-gallery__item__content--right {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 26.6272189349%;
  }
  .tara-gallery__item--big .tara-gallery__item__img {
    padding-top: 131.124260355%;
  }
  .tara-gallery__item--small .tara-gallery__item__img {
    padding-top: 65.5621301775%;
  }
}

/*# sourceMappingURL=tara-gallery.css.map*/