@charset "UTF-8";

/********* public:snog_movies_slider.less ********/
.carousel-moviePosterSlider .carousel-item-simple {
  border-radius: 4px;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
}
.carousel-moviePosterSlider .carousel-item-image {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  text-align: center;
  word-break: break-word;
  color: #ffffff;
}
.carousel-moviePosterSlider .carousel-item-image .carousel-item-caption {
  position: absolute;
  margin: 0;
  word-break: break-word;
  background: rgba(0, 0, 0, 0.5);
  height: 2.5em;
  width: 100%;
  line-height: 2.5;
}
.carousel-moviePosterSlider .carousel-item-label {
  position: absolute;
  top: 0;
  word-break: break-word;
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  margin: 10px;
  padding: 5px;
}
@media (max-width: 650px) {
  .carousel-moviePosterSlider .f-carousel__slide {
    width: calc(25%) !important;
  }
}
@media (max-width: 480px) {
  .carousel-moviePosterSlider .f-carousel__slide {
    width: calc(50%) !important;
  }
}