/********* BANNER **********/
h1.title { max-width: 900px; margin: 0 auto 1rem; } .social-top { display: none; }
.spotlight-banner {
  background: url(https://www.war.gov/publicmedia/2019/May/17/2002133046/900/510/0/190515-Z-AL508-1131.JPG);
  background-size: cover;
  background-position: center center;
  position: relative
}
.screen {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.spotlight-banner * {
  color: #fff;
}
.spotlight-banner .text {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  position: relative;
  padding-left: 40px;
}
.spotlight-banner .title {
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 3em;
    line-height: 4rem;
}
.spotlight-banner .title span {
  display: block;
  font-size: 0.45em;
  font-weight: bold;
  letter-spacing: 13px;
}
.spotlight-banner .text:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #355e93;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
.spotlight-banner .text:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #355e93;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0px;
}
.spotlight-banner-content {
  padding-top: 6rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 3;
  text-align: center;
}
.spotlight-banner .blurb {
  max-width: 75%;
  margin: auto;
}
.spotlight-banner-seperator {
  height: 5px;
  width: 100%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#355e93+0,728fb4+100 */ background: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.spotlight-chevron-down {
  width: 80px;
  height: 80px;
  background: rgba(235, 235, 235, 1);
  position: absolute;
  z-index: 9;
  bottom: -40px;
  left: calc(50% - 40px);
  border-radius: 100%;
}
.spotlight-chevron-down img {
  padding: 20px;
}

/***** Player section ********/
.DVIDSFilter.styled-form {
    display: none;
}
.DVIDSVideo {
    background: #fff;
    padding: 2rem;
    border-radius: 5px;
}
/* GRAPHIC TOP */
 .content-wrap a {
  color: #355e93;
  opacity: .8;
  transition: all .2s;
}
.content-wrap a:hover {
  opacity: 1;
}
#content-pane-wrap {
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0px 0px 70px rgba(0, 0, 0, 0.9);
  padding: 3rem 0;
}

/**** RESPONSIVE ****/
@media only screen and (max-width: 991px) {

}
/* Phones - XS */
@media only screen and (max-width: 768px) {}
