body {
  padding: 0;
  margin: 0;
}
.svg-close-btn {
  display: inline-block;
  height: 1.55556rem;
  width: 1.55556rem;
  min-height: 1.55556rem;
  min-width: 1.55556rem;
}
.closeButton {
  position: absolute;
  top: 5%;
  left: 5%;
  background-color: transparent;
  color: #ffffff;
  font-size: 30px;
}
.closeButton a {
  text-decoration: none;
  color: #ffffff;
}
.closeButton:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  video:-webkit-full-page-media {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-height: 100%;
    max-width: 100%;
  }
  .closeButton {
    position: absolute;
    top: 5%;
    left: 5%;
    background-color: transparent;
    color: #ffffff;
    font-size: 30px;
    /*font-weight:600;*/
    text-decoration: none;
  }
  .closeButton a {
    text-decoration: none;
    color: #ffffff;
  }
  #vidId {
    max-width: 99.99%;
  }
  .callToAction {
    margin-left: 5%;
    margin-bottom: 1%;
    text-decoration: none;
  }
  .callToAction button {
    max-width: 100%;
    height: 44px;
    border-radius: 24px;
    font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.03125rem;
    text-align: center;
    padding: 10px 14px;
  }
  .vidContainer {
    display: flex;
    justify-content: center;
    overflow: auto;
    max-width: 100%;
    max-height: 65vh;
    position: relative;
  }
  .headerContainer {
    background: #000000;
    max-width: 100%;
    height: 78px;
    color: white;
    position: relative;
  }
  .headerContainer .headerh1 {
    margin-left: 5%;
    margin-top: 0px;
    font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0.25px;
  }
  .headerContainer .headerh1 span {
    display: block;
    margin-left: 0;
    font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #a7a7a7;
    margin-top: 5px;
  }
  video {
    flex: 1 0 100vw;
    overflow: auto;
    background-color: black;
  }
  .video-hub-player-footer {
    display: flex;
    flex-direction: column-reverse;
    background-color: #000000;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767.5px) {
  body {
    position: relative;
    background-color: #000000;
  }
  .vidContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* margin: 50% 0;*/
  }
  #vidId {
    object-fit: cover;
    overflow: hidden;
    /*height: window.innerWidth*16/9; */
  }
  .video-hub-player-footer {
    /*  position: absolute; */
    padding: 10px 12px;
    bottom: 2%;
    left: 2%;
    display: flex;
    flex-direction: column;
    background-color: #000000;
  }
  .callToAction {
    margin: 10px 10px;
    text-decoration: none;
  }
  .callToAction button {
    max-width: 100%;
    height: 2.75rem;
    border-radius: 24px;
    font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.03125rem;
    text-align: center;
    color: #000000;
    padding: 10px 14px;
  }
  .headerContainer {
    margin-top: 10px;
  }
  .headerh1 {
    font-family: VerizonNHGeTX;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: white;
    margin: 0 10px;
  }
  .headerh1 span {
    display: block;
    font-family: VerizonNHGeTX;
    padding-top: 5px;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #a7a7a7;
  }
}
/* .fullListButton{
    position: absolute;
    top:40%;
    left:20%;
    background-color: white;
    color: black;
    border-radius: 20%;
    padding: 2px;
    margin: 0px;
} */
