.customInteriorContent section .heroBannerStatic {
  margin: 0;
}

html {
  font-size: 20px;
}
body .customInteriorContent h1,
body .customInteriorContent h2,
body .customInteriorContent h3,
body .customInteriorContent h4,
body .customInteriorContent h5 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 110%;
}
body .customInteriorContent h2 {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}
body .customInteriorContent p {
  font-size: 1.1rem;
  line-height: 150%;
}
.customInteriorContent section {
  position: relative;
  overflow: hidden;
}
.introSection .btnContainer {
  margin-top: 1.5vw;
}
.customInteriorContent sup {
  font-size: 0.75em;
  font-weight: 100;
  font-family: sans-serif !important;
}
@media (min-width: 992px) {
  .customInteriorContent .introSection {
    padding: 15px 5%;
  }
}
@media (min-width: 768px) {
  .customInteriorContent .introSection {
    padding: 0 3vw;
  }
  body.has-vid-false .customInteriorContent .introSection {
    padding: 3vw 5vw;
  }
  body .customInteriorContent h2 {
    font-size: 2vw;
    margin: 0 0 1vw;
  }
  body .customInteriorContent p {
    font-size: 1.25vw;
  }
  .introSection .btnContainer a.btn {
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) {
  .customInteriorContent section.introSection {
    padding: 15px 15px 25px;
  }
  .introSection .btnContainer {
    margin-top: 6vw;
  }
}

.jerseyImgsCarouselContainer .imgContainer {
  border-radius: 5px;
  overflow: hidden;
}

.videoEmbedSection {
  display: flex;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
}
.videoEmbedSection.mainVidSection {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2022/06/evo_16x9_black_bg.jpg);
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  height: 600px;
}
.videoEmbedSection .vidOverlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.videoEmbedSection.heroVidSection .vidOverlay {
  background: rgba(0, 0, 0, 0.25);
}
.vidText {
  position: absolute;
  z-index: 2;
  text-align: center;
}
.vidText h2 {
  margin: 25px 0 10px;
}
.videoEmbedSection.mainVidSection .vidText h2 {
  color: #dbe2e9;
}
.vidText a.btn {
  margin-top: 20px;
}
.vidText a.btn.btn-outline {
  background-color: rgba(0, 0, 0, 0.4);
}
.vidText .fas {
  font-size: 0.9em;
  margin-right: 7px;
}
.vidText p {
  color: #fff;
  width: 90%;
  max-width: 850px;
  margin: 25px auto 15px;
  font-size: 20px;
}
.videoEmbedSection video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.videoEmbedSection.heroVidSection video {
  height: 100%;
}
@media (orientation: portrait) {
  .videoEmbedSection.mainVidSection {
    height: 50vh;
  }
  .videoEmbedSection video {
    height: auto;
  }
}

@media (min-width: 768px) {
  .videoEmbedSection.mobileOnly {
    display: none;
  }
}
@media (max-width: 767px) {
  .videoEmbedSection.desktopOnly {
    display: none;
  }
}

.modal-open {
  padding-right: 0 !important;
}
.videoModal .modal-dialog {
  width: 96%;
  max-width: 1400px;
  background: black;
  margin-top: 10vh;
}
.hawksCustomBSModal.videoModal .close {
  color: rgba(255, 255, 255, 1);
  top: -65px !important;
}
.videoModal .modal-content {
  background: none;
}
.ytVidContainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.videoModal .modal-body {
  padding: 0;
  box-shadow: none;
}
.blackModalBackdrop .modal-backdrop {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .videoModal .modal-dialog {
    margin-top: 20vh;
  }
  .hawksCustomBSModal.videoModal .close {
    right: 5px;
  }
}

.customInteriorContent .videoEmbedSection a.btn.btnPlayYTVid {
  background: transparent;
  font-size: 3.5rem;
  border: none;
  font-weight: bold;
}

@media (min-width: 768px) {
  .customInteriorContent .videoEmbedSection a.btn.btnPlayYTVid {
    font-size: 3vw;
  }
}

.customInteriorContent section.photosSection {
  text-align: center;

  background: #dbe2e9;
}
.photosSection .imgContainer {
  display: inline-block;
  width: 28vw;
  margin: 2vw 2vw;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  -moz-box-shadow: rgb(229, 229, 229) 5px 5px 15px;
  -webkit-box-shadow: rgb(229, 229, 229) 5px 5px 15px;
  box-shadow: rgb(229, 229, 229) 5px 5px 15px;
}
.photosSection img {
  border-radius: 5px;
}
body.has-vid-false .mainVidSection {
  display: none;
}
body.has-vid-true .mobileOnly.mainVidSection {
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  height: 50vw;
  margin: 0 -25px 5vw;
  width: calc(100% + 50px);
}
body.has-vid-true .mobPhotoCarouselSection {
  padding: 0 25px;
}
@media (min-width: 768px) {
  body.has-vid-true .customInteriorContent section.introSection,
  body.has-vid-true .customInteriorContent section.mainVidSection {
    float: left;
    overflow: hidden;
    aspect-ratio: 1.2 / 1;
    width: 50%;
    height: auto;

    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  body.has-vid-true .customInteriorContent section.introSection {
    padding-bottom: 0;
  }
  body.has-vid-true .customInteriorContent .videoEmbedSection a.btn.btnPlayYTVid {
    font-size: 8vw;
  }
}

.placeHolderDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  overflow: hidden;
}
.placeHolderDiv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%);
  background: url("https://cdn.nba.com/teams/uploads/sites/1610612737/2022/09/atl_hawks_global.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .placeHolderDiv::before {
    width: 150px;
    height: 150px;
  }
}
