.ng-c-parallax-container {
    padding: 240px 120px 0 120px;
    overflow: hidden;
    display: flex;
    background-size: cover !important;
    transform: translateZ(0) !important; /* Fix for chrome flickers & white background */
}

.ng-c-panel-reversed h4, .ng-c-panel-reversed h6 {
    color: #000;
}

.ng-c-panel-reversed p, .ng-c-panel-reversed a:not(.ng-button) {
    color: #000;
}

.ng-c-panel-reversed .ng-c-detail-panel {
    background: rgba(255, 255, 255, 0.85);
}

.ng-c-detail-panel {
    position: relative;
    max-width: 620px;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1;
}

.ng-c-parallax-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    margin-left: -5%;
}

.ng-c-parallax-video .video-container {
    max-width: none !important;
}

.ng-c-sm-img-container a {
    font-size: 14px;
    border: none;
}

.ng-c-sm-img-container a {
  text-decoration: none;
  text-decoration-color: transparent;
  width: 100%;
}

.ng-c-sm-img-container a:hover {
  color: white;
  text-decoration: underline;
  text-decoration-color: #fc0;
}

.ng-c-panel-reversed .ng-c-sm-img-container a:hover{
  color:black !important;
}

.ng-c-sm-img {
    overflow: hidden;
}

.ng-c-panel-right {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1200px) {
    .ng-c-parallax-video {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .ng-c-detail-panel {
        margin: 0 auto;
    }

    .ng-c-parallax-container {
        padding: 120px 60px 120px;
        background-position: center !important;
    }

    .ng-c-detail-panel {
        transform: translate3d(0, 0, 0) !important;
    }

    .ng-c-parallax-container {
      background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 768px) {
    .ng-c-detail-panel > div {
        padding: 0 !important;
    }

    .ng-c-detail-panel h4 {
        margin-bottom: 25px !important;
    }

    .ng-c-parallax-container {
        padding: 60px 25px 60px;
    }

    .ng-c-detail-panel-cta {
        text-align: center;
    }

    .ng-c-sm-img-container {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 584px) {
    .ng-c-detail-panel .ng-button:nth-child(2) {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 430px) {
    .ng-c-sm-img {
        max-width: 100%;
    }
}
