h1.main-title {
  font-size: 26px;
  line-height: 44px;
  text-transform: uppercase;
  text-align: center;
  color: #191919;
  letter-spacing: 3px;
  max-width: none;
  padding: 20px 0;
}
.main-banner {
  height: 475px;
  background: #0f0f0f center no-repeat;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  text-align: center;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-banner h1 {
  color: white;
  font-size: 42px;
  line-height: 60px;
  text-transform: uppercase;
  margin-top: 20px;
}
.main-banner h2 {
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.main-banner a.play {
  display: inline-block;
  background: url(/cassette.axd/file/site-static/brands/play_white-403c948c7c87744caa16f8b2c7b5cbbbfb3dc7fc.png) no-repeat;
  width: 82px;
  height: 82px;
  margin-top: 30px;
}
.main-banner .youtube {
  position: relative;
  height: 434px;
  max-width: 773px;
  width: 100%;
  margin: 0 auto;
}
.main-container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-subsection {
  padding: 0 0 45px 0;
  clear: both;
}
/*.main-subsection h1 {
        font-weight: normal;
        letter-spacing: 2px;
        font-size: 24px;
        line-height: 30px;
        color: @rsblack;
        border-top: 3px solid @rsyellow;
        text-transform: uppercase;
        padding: 5px 0 10px 0;
    }*/

