.video-block {
  padding: 4.375rem 0 2rem 0;
  overflow: hidden;
}
.video-block h3 {
  color: #161729;
  font-family: GalaxiePolaris;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.34rem;
  margin-bottom: 4.375rem;
}
.video-block img {
  width: 100%;
  height: auto;
  transition: all 900ms ease;
}
.video-block .video-wrapper {
  position: relative;
}
.video-block .video-wrapper a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.video-block .video-wrapper a .play-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
  width: 81px;
  height: 81px;
  background: url(/themes/custom/u_pacific/images/paly-button-up.png) center center no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 992px) {
  .video-block .video-wrapper a .play-button {
    width: 156px;
    height: 156px;
  }
}
.video-block .video-wrapper a .play-button:before {
  display: none;
  content: 'Watch Video';
  position: absolute;
  left: -100%;
  top: 50%;
  transform: translateY(-50%);
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  color: white;
  font-weight: 900;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 992px) {
  .video-block .video-wrapper a .play-button:before {
    display: block;
  }
}
.video-block .video-wrapper a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(63, 76, 111, 0.6);
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.video-block .video-wrapper a:hover img {
  transform: scale(1.1);
}
.video-block .video-wrapper a:hover:before {
  opacity: 0.7;
}
.video-block.small {
  padding: 0;
}
.video-block.small .video-wrapper a .play-button {
  width: 6.5rem;
  height: 6.5rem;
}
.video-block.small .video-wrapper a .play-button:before {
  display: none;
}
.watch-video {
  overflow: hidden;
}
.watch-video #navigation,
.watch-video footer {
  display: none;
}
.watch-video .watch-popup {
  display: block;
  z-index: 9999;
  pointer-events: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #161729;
}
.watch-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.watch-video #close-watch {
  position: absolute;
  top: 30px;
  right: 100px;
  width: 60px;
  height: auto;
}
.watch-video #close-watch:hover {
  opacity: 0.7;
}
