#PNSheader-container {
  position: relative;
}

#video_column_center {
  object-fit: cover;
  width: 100%;
  min-height: 500px;
  display: block;
}

#PNS-parent {
  z-index: 200;
  margin: 0 auto;
  position: relative;
  left: 0;
}

#videoFit {
  display: block;
}

.PNS-text {
  width: 546px;
  max-width: 50%;
  margin: 0 auto;
  padding: 10px 0;
  animation: 6s ease-in-out infinite float;
  display: grid;
  transform: translateY(0);
}

.font-franklin-gothic-bk {
  letter-spacing: 0;
  word-spacing: 2px;
  font-family: franklin-gothic-book, Arial Narrow Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.PNS-paragraph {
  color: #000;
  background: #fff;
}

.PNS-paragraph-blk {
  color: #fff;
  background: #1b1a15;
}

.checkerboard {
  width: 50px;
  height: 300px;
  position: absolute;
  bottom: 15%;
  left: 0;
}

#video-viewport {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.pns_video {
  height: 100%;
  position: relative;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (width <= 760px) {
  .font-franklin-gothic-bk {
    letter-spacing: 0;
    word-spacing: 2px;
    font-family: franklin-gothic-book, Arial Narrow Bold, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }

  .pns_video {
    visibility: visible;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .PNS-text {
    width: 546px;
    max-width: 50%;
    margin: 0 auto;
    padding: 107px 0 10px;
    animation: 6s ease-in-out infinite float;
    display: grid;
    transform: translateY(0);
  }

  #PNS-parent {
    z-index: 200;
    margin: 0 auto;
    padding: 2vh 0;
    position: relative;
    left: 0;
  }

  .checkerboard {
    width: 25px;
    height: 150px;
    position: absolute;
    bottom: 15%;
    left: 0;
  }
}
