  #block-captovate-content .field--name-field-gallery.field__items {
  flex-wrap: wrap;

}
/* #block-captovate-content .field--name-field-gallery.field__items > .field__item {
  flex: 1 0 21%;
} */
#block-captovate-content .group-left > .field--name-field-gallery {
  display: none;
}
#block-captovate-content .group-right > .field--name-field-gallery {
  display: flex;
  gap: 10px;
}
.field--name-field-gallery.field__items .field__item {
  margin-right: 0;
}
#cboxTitle {
  display: none !important;
}
@media (min-width: 768px) {
  #block-captovate-content .group-left > .field--name-field-gallery {
    display: flex;
    gap: 10px;
  }
  #block-captovate-content .group-right> .field--name-field-gallery {
    display: none;
  }
}

#cboxPrevious,
#cboxNext,
#cboxClose {
  bottom: -15px;
  text-indent: 0;
  width: auto;
  height: auto;
  background: #000;
  border-radius: 50%;
  display: flex;
  width: 50px;
  height: 50px;
  box-shadow: none;
}
#cboxPrevious {
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
}
#cboxNext {
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  left: auto;
}
#cboxClose {
  top: 2%;
  right: 2%;
}

#cboxPrevious .icon,
#cboxNext .icon,
#cboxClose .icon {
  font-size: 30px;
  color: #fff;
  font-weight: bolder;
}
#cboxPrevious::after,
#cboxNext::after,
#cboxClose::after {
  display: none;
}

@media (min-width: 768px) {
  #cboxPrevious,
  #cboxNext,
  #cboxClose {
    width: 95px;
    height: 95px;
  }

  #cboxPrevious .icon,
  #cboxNext .icon,
  #cboxClose .icon {
    font-size: 80px;
    margin-bottom: 10px;
  }
}