@media (min-width: 1200px) {
  .customInteriorContent > .container {
    width: 1400px;
  }
}
.entertainmentContent h2 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 10px 0 25px;
  font-size: 28px;
}
.customInteriorContent .teamLogo {
  text-align: center;
  margin-top: 35px;
}
.customInteriorContent .teamLogo img {
  width: 80%;
  max-width: 400px;
  margin: 0 0 15px;
}
.entertainment-page.crew .customInteriorContent .teamLogo img {
  width: 50%;
  max-width: 200px;
  margin: 0 0 15px;
}
.rosterContainer {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.atlRosterCell {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  float: none;
}
@media (max-width: 991px) {
  .atlRosterCell {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .atlRosterCell {
    width: 49%;
  }
}

.entertainment-page.dj .atlRosterCell {
  width: 30%;
}
@media (max-width: 991px) {
  .entertainment-page.dj .atlRosterCell {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .entertainment-page.dj .atlRosterCell {
    width: 49%;
  }
}

.atlRosterImgWrapper {
  position: relative;
}
.atlRosterCell img {
  width: 100%;
  border: solid 1px #e6e6e6;
  transition: all 0.2s ease-in-out;
}
.atlRosterCell .rosterName {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-style: italic;
  margin: 5px 0 0;

  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 24px;
  padding: 5px 10px;
}
.customInteriorContent p.introGraph {
  max-width: 650px;
  margin: 0 auto 50px;
  text-align: center;
}
.rosterSection {
  margin-bottom: 15px;
}
.teamsNavBottom {
  background: #eee;
  padding: 50px 15px;
}
.teamsNavBottom h3 {
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 25px 0 50px;
  color: #e22925;
}
.teamsNavBottom .divider {
  border-color: #e22925;
}
.teamsNavBottom .btnsContainer {
  text-align: center;
  position: relative;
}
.teamsNavBottom .btnCell {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.teamsNavBottom .entertainmentBtn {
  height: 125px;
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px;
  background: #fff;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.teamsNavBottom .entertainmentBtn img {
  max-height: 75%;
  max-width: 90%;
}
@media (min-width: 768px) {
  .teamsNavBottom .btnCell {
    width: 22%;
    margin: 10px 1%;
  }
}
@media (max-width: 767px) {
  .teamsNavBottom .btnCell {
    width: 49%;
    padding: 0 10px;
  }
  .teamsNavBottom h3 {
    font-size: 32px;
  }
}

.entertainment-page.harry .harryRosterCell {
  margin-bottom: 25px;
}
.entertainment-page.harry .harryRosterCell img {
  width: 100%;
  border: solid 1px #e6e6e6;
  transition: all 0.2s ease-in-out;
}
.entertainment-page.harry .harryRosterName {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-style: italic;
  margin: 5px 0 0;
}
@media (min-width: 768px) {
  .entertainment-page.harry .harryRosterCell {
    width: 32%;
  }
  .entertainment-page.harry .cellsContainer {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .entertainment-page.harry .harryRosterCell {
    display: inline-block;
    float: none;
  }
}
