@media screen and (max-width: 768px) {
  .video-overlay {
    position: absolute !important;
    bottom: -3rem !important;
    left: 0;
    right: -1rem !important;
    font-size: 1rem !important;
    padding: 0.8rem 1rem !important;
    background-color: rgba(0,51,102,0.6);
    background: linear-gradient(to top, rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.4)) !important;
    color: #fff !important;
    border-left: 4px solid #ffffff !important;
    box-shadow: none !important;
    display: block;
  }

  .video-wrapper {
    overflow: visible !important;
    position: relative;
  }

  .video-overlay h1 {
    font-size: inherit !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    font-weight: 400;
  }

  .article-content-inner {
    padding-top: 1rem !important;
  }
}


@media screen and (min-width: 769px) {
  .video-overlay {
    font-size: 2.4rem;
    padding: 3rem 5rem;
    bottom: 15%;
    left: 10%;
    right: auto;
    max-width: 600px;
    background: rgba(0, 51, 102, 0.85);
    border-left: 5px solid #ffffff; 
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
  }

  .video-overlay h1 {
    font-size: inherit;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
  }
}
