.stadiums {
  background-color: #313237;
  height: 100%;
  width: 100%
}

.stadiums, .stadiums .slide {
  position: relative;
  -moz-transform-style: flat
}

.stadiums .slide {
  min-height: 100vh;
  overflow: hidden
}

.stadiums .slide.slide-active {
  z-index: 10
}

.stadiums .slide .media-wrapper {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%
}

@media screen and (max-width: 768px) {
  .stadiums .slide .media-wrapper figure {
    flex: 100%;
    position: relative;
    width: 100%
  }
}

@media print, screen and (min-width: 769px) {
  .stadiums .slide .media-wrapper figure:after {
    background: #1414a0;
    background: linear-gradient(0deg, #313237, rgba(49, 50, 55, 0));
    bottom: 0;
    content: "";
    height: 35vh;
    left: 0;
    position: absolute;
    width: 100%
  }
}

.stadiums .slide .media-wrapper img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%
}

.stadiums .slide .title {
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1
}

@media screen and (max-width: 768px) {
  .stadiums .slide .title {
    align-items: center;
    background: #313237;
    display: flex;
    flex: 1 0 20%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem
  }
}

.stadiums .slide .title h1 {
  color: #fff;
  font-size: clamp(40px, 8vw, 80px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 10px #000
}

.stadiums .slide .title .read-more {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline
}

@media print, screen and (min-width: 769px) {
  .stadiums .slide .title .read-more {
    font-size: 24px
  }
}

.stadiums .slide .title .read-more:hover {
  color: #ffbe00
}

@media screen and (max-width: 768px) {
  .stadiums .slide .title:before {
    background: #313237;
    background: linear-gradient(0deg, #313237, rgba(49, 50, 55, 0));
    background-size: 100%;
    content: "";
    display: block;
    height: 20vw;
    left: 0;
    position: absolute;
    top: -20vw;
    width: 100%;
    z-index: 1
  }
}
