.mural-carousel {
  width: 100%;
  height: 100%;
}

.mural-carousel .embla__viewport {
  height: 100%;
}

.mural-carousel .embla__container {
  height: 100%;
  flex-direction: row;
}

.mural-carousel .embla__slide {
  width: 100%;
  height: 100%;
  padding: 0;
}

.mural-carousel img,
.mural-carousel video,
.mural-carousel iframe {
  width: 100%;
  height: calc(100% - 80px);
  object-fit: contain;
}

iframe {
  width: 100%;
  height: 100% 
}

.mural-carousel .embla__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.mural-slide .embla__slide {
  
}
