.lg-column-wrap h3 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  text-transform: uppercase;
  line-height: 1;
  margin: 9px 10px;
}

@media (max-width: 767px) {
  .lg-column-wrap h3 {
    color: black !important;
    margin-bottom: -1.4rem;
  }
}

@media (min-width: 768px) {
  .lg-column-wrap h3 {
    position: absolute;
  }
}

.lg-column-wrap h3.exclusion {
  color: #fff;
  mix-blend-mode: exclusion;
}

.lg-column-wrap h3.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  margin: 4px 10px;
  margin-bottom: -1.4rem;
}

@media (min-width: 768px) {
  .lg-column-wrap h3.centered {
    font-size: 2.75rem;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
}

.lg-column-wrap .swiper-container {
  cursor: url(https://blowmodels.com/wp-content/plugins/laygridder-carousel/frontend/assets/img/oval.svg), auto;
}

@media (min-width: 768px) {
  .lg-column-wrap .swiper-container .swiper-pagination {
    display: none;
  }
}

.lg-column-wrap .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.lg-column-wrap .swiper-wrapper.disabled {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.lg-column-wrap .fraction {
  display: none;
}

.lg-column-wrap .fraction.exclusion {
  color: white;
  mix-blend-mode: exclusion;
}

@media (min-width: 768px) {
  .lg-column-wrap .fraction {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    margin: 0.625rem;
    display: inline-block;
  }
}

.lg-column-wrap .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0.5rem;
  bottom: 0;
}

@media (min-width: 768px) {
  .lg-column-wrap .swiper-pagination {
    display: none;
  }
}

.lg-column-wrap .swiper-container.unactive .swiper-pagination {
  display: none;
}

.lg-column-wrap .swiper-slide {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 901px) {
  .lg-column-wrap .swiper-slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.lg-column-wrap .swiper-slide.img1 {
  display: block;
  position: relative;
}

.lg-column-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lg-column-wrap .swiper-slide:nth-child(1) {
  display: block;
}

.lg-column-wrap .swiper-slide.activa {
  display: block;
}

.lg-column-wrap .slider-manager-container {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: 20;
  line-height: 1;
  bottom: unset;
  left: unset;
  margin: 10px;
}

.lg-column-wrap .slider-manager-container.exclusion {
  color: #fff;
  mix-blend-mode: exclusion;
}

.lg-column-wrap .slider-manager-container .swiper-counter {
  word-spacing: -10px;
}

.lg-column-wrap .swiper-prev {
  position: absolute;
  left: 0;
  z-index: 40;
  margin-left: 0.625rem;
  top: 50%;
}

@media (min-width: 768px) {
  .lg-column-wrap .swiper-prev {
    display: none;
  }
}

.lg-column-wrap .swiper-next {
  position: absolute;
  right: 0;
  z-index: 40;
  margin-right: 0.625rem;
  top: 50%;
}

@media (min-width: 768px) {
  .lg-column-wrap .swiper-next {
    display: none;
  }
}

.lg-column-wrap .unactive {
  cursor: default;
}

.lg-column-wrap .unactive .swiper-prev,
.lg-column-wrap .unactive .swiper-next {
  display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .lg-desktop-grid .lg-column-wrap .lg-span-3 {
    width: calc(25vw - 4px);
  }
  .lg-desktop-grid .lg-column-wrap .lg-span-4 {
    width: calc(33.333vw - 4px);
  }
  .lg-desktop-grid .lg-column-wrap .lg-span-5 {
    width: calc(41.666vw - 2px);
  }
  .lg-desktop-grid .lg-column-wrap .lg-span-6 {
    width: calc(50vw - 2px);
  }
  .lg-desktop-grid .lg-column-wrap .lg-span-7 {
    width: calc(58.333vw - 2px);
  }
  .lg-desktop-grid .lg-column-wrap .lg-span-8 {
    width: calc(66.666vw - 2px);
  }
  .lg-desktop-grid .lg-column-wrap .lg-span-9 {
    width: calc(75vw - 2px);
  }
}
