.mw-reels-container {
  grid-row: span 2;
  grid-column: span 2;
  position: relative;
}
.mw-reels-container a .chapeu-widget{
  position: absolute;
  top: 15px;
  left: 15px;
}

.reelsSplide{
  width: 100%;
  height: 100%;
}
.reelsSplide .splide__track{
  width: 100%;
  height: 100%;
}
.reelsSplide .splide__list{
  width: 100%;
  height: 100%;
}
.reelsSplide .splide__slide{
  width: 100%;
  height: 100%;
}
.reelsSplide .splide__arrows {
  display: block;
}

.reelsSplide .splide__arrows .splide__arrow {
  width: 25px;
  height: 25px;
}

.reelsSplide .splide__arrows .splide__arrow svg {
  width: 12px;
}

.reelsSplide .splide__arrows .splide__arrow--next {
  background: #fff;
  top: 30px;
  right: 10px;
  left: inherit;
}

.reelsSplide .splide__arrows .splide__arrow--prev {
  background: #fff;
  top: 30px;
  right: 40px;
  left: inherit;
}

.reelsSplide .splide__pagination {
  display: none;
  bottom:0!important;
  justify-content: center!important;
}
.reelsSplide .splide__pagination__page.is-active {
  background: transparent;
  transform: scale(1.1);
}
.reelsSplide .splide__pagination__page {
  background: transparent;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  margin: 3px;
  opacity: 1;
  background-size: contain;
  padding: 0;
  transition: transform .2s linear;
  width: 50px;
  border: 2px solid white;
}

.mw-reels-card {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  flex-direction: column;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  gap: 30px;
}

.mw-reels-card h2 {
  font-family: "NunitoSans-Black";
  font-size: 24px;
  line-height: 28px;
  color: var(--headerGray);
  text-align: center;
}

.mw-reels-img-row {
  display: flex;
  gap: 20px;
  position: absolute;
  width: 100%;
  bottom: 15px;
  justify-content: center;
}

.mw-reels-img-row img {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 2px solid #fff;
  background: #000000 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 10px #00000033;
  background-size: cover;
  background-position: center;
  object-fit: cover;

}

@media (max-width:1024px){
  .mw-reels-container {
    min-height: 400px;
    overflow: hidden;
  }
  .mw-shadow5 {
    box-shadow: inset -3px -435px 1px -2px rgb(0 0 0 / 39%);
  }
  .reelsSplide .splide__arrows .splide__arrow {
    width: 30px;
    height: 30px;
  }
  .reelsSplide .splide__arrows .splide__arrow--next {
    top: -90px;
  }
  
  .reelsSplide .splide__arrows .splide__arrow--prev {
    top: -90px;
    right: 50px;
  }
}