.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hide {
  display: none;
}

.csi2-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.csi2-slider-slides {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.csi2-slider-slides-photo-img {
  max-height: 100%;
}

.csi2-slider-slides-photo-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
