.mdm-decorated-text {
  margin: 0 auto 60px;
  max-width: 900px;
}

.mdm-text {
  max-width: 828px;
  margin: 0 auto;
}

.mdm-text-content {
  max-width: 1100px;
  margin: 0 auto;
}

p.mdm-bold {
  margin: 78px auto 60px;
  font-size: 2.625rem;
  line-height: 3.125rem;
  text-align: center;
  text-transform: uppercase;
  font-family: TTNormsProBold, serif;
}

.mdm-posters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 42px 0 60px -18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mdm-posters__poster {
  margin: 18px 0 0 18px;
  max-width: 146px;
}

.mdm-poster-link {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #1796EE;
  margin-top: -4px;
  display: inline-block;
  border-bottom: solid 1px transparent;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}

.mdm-poster-link:hover {
  border-bottom-color: #1796EE;
}

.mdm-head {
  padding: 0 0 44px 0;
}

.mdm-head + .mdm-container {
  margin-top: 60px;
}

div.mdm-slider-image {
  margin: 74px auto 60px;
}

@media only screen and (min-width: 768px) {
  .mdm-button {
    margin: 40px 0 0 0;
    width: 328px;
  }
}