.video-overlay {
  padding: 0 0; }
  .video-overlay video {
    width: 100%; }

.video-wrapper {
  position: relative; }

.video-wrapper > video {
  width: 100%;
  vertical-align: middle; }

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
  display: none; }

.video-overlay-play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  background-image: linear-gradient(transparent, #000);
  transition: opacity 150ms; }

.video-overlay-play-button:hover {
  opacity: 1; }

.video-overlay-play-button.is-hidden {
  display: none; }

.issuu-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* set the aspect ratio here as (height / width) * 100% */
  height: 0;
  overflow: hidden;
  width: 100%; }

.issuu-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-back {
  margin-top: 30px; }
  .video-back a {
    color: #00bceb; }
  .video-back a:hover {
    text-decoration: none; }

.video-page-title {
  margin-top: 20px;
  margin-bottom: 30px;
  color: white;
  font-size: 35px; }

.video-wrapper {
  margin-bottom: 20px;
  position: relative; }
  .video-wrapper .arrow-right {
    position: absolute;
    top: 20%;
    left: 92%;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #2C4366; }
  .video-wrapper .video-preview {
    width: 80%;
    background-color: #B3B3B3;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .video-wrapper .video-preview img {
      float: left;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 1000;
      width: 80%; }
  .video-wrapper .video-title {
    font-size: 15px; }
  .video-wrapper .video-length {
    color: white;
    font-size: 13px;
    font-weight: 100; }

.preview-aspect-ratio {
  overflow: hidden; }

.preview-aspect-ratio:before {
  content: "";
  display: block;
  padding-top: 58%; }

.video-wrapper:hover {
  cursor: pointer; }

.video-current-title {
  font-size: 18px; }

.video-current-length,
.video-current-description {
  color: white;
  font-size: 13px;
  font-weight: 100; }

.padding-bottom {
  padding-bottom: 50px; }

.video-player-mobile {
  display: none; }

.mobile-video-selection {
  margin-top: 20px; }

@media (max-width: 1200px) {
  .arrow-right {
    top: 15% !important; } }

@media (max-width: 992px) {
  .arrow-right {
    top: 6% !important; } }

@media (max-width: 767px) {
  .video-player-container {
    display: none; }
  .video-player-mobile {
    display: block; }
  .video-preview {
    width: 100% !important; } }
