/* Main */
.main {
    background: url('/static/aidlab-in-hand.jpg') center no-repeat;
    background-size: cover;
    height: 800px;
}
.main.static {
    display: flex;
    align-items: center;
    position: relative;
}
.main .container {
    padding-right: 128px;
}
.main h1 {
    font-size: 38px;
    font-weight: 400;
    max-width: 600px;
    margin-bottom: 16px;
    color: white;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.main h2 {
    color: var(--regular-color);
    font-size: 24px;
    font-weight: 400;
    max-width: 600px;
}
.main .disclaimer  {
    color: var(--regular-color);
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 15px;
}

/* Coach */
.coach h2, .coach p {
    color: var(--main-color);
    width: 100%;
    clear: both;
    margin: 25px auto;
    text-align: center;
}
.coach {
    background-color: #fcfcfc;
    position: relative;
    overflow-x: hidden;
}
.coach p {
    max-width: 525px;
}
.coach p.price {
    margin: 0 auto;
}
.coach .player {
    margin-left: 15px;
    width: 48px;
}
.coach .row.fixed-img {
    padding-top: 50px;
    padding-bottom: 100px;
}
.hero {
    content: '';
    position: absolute;
    width: 820px;
    height: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    top: 0;
    left: 0;
}
.coach a {
    width: 100%;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
}
.appear .mask {
    top: 0;
    opacity: 1;
}

/* Information */
.information {
    min-height: 800px;
    padding-top: 32px;
}
.information p {
    max-width: var(--text-max-width-large);
}

/*Top icons*/
.order-privileges span {
    margin-top: 7px;
}
.order-privileges .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    padding: 0 30px;
}

.order-privileges {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 71px;
    margin-bottom: -142px;
}
.comments-media .col-sm-4{
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
@media (max-width: 900px) {
    .coach:after {
        display: none;
    }
    .main .container {
        padding-right: 0px;
    }
    .main {
        background: url(/static/aidlab.jpg) center 50px no-repeat;
        background-size: 350px;
        height: 900px;
    }
    .main.static {
        padding-bottom: 40px;
        display: flex;
        align-items: flex-end;
        position: relative;
    }
    .main h1 {
        font-size: 28px;
        margin-bottom: 32px;
        color: var(--main-color);
        text-shadow: none;
    }
}
@media (max-width: 767px) {

    .coach h2 {
        font-size: 72px!important;
    }
    /* Now video is clickable */
    .modal-backdrop {
        visibility: hidden;
    }
    .information .row {
        margin-bottom: 40px;
    }
    .main {
        background-size: 250px;
        height: 800px;
    }
    .overlay {
        background-color: rgba(0,0,0,0.3);
        z-index: 1;
        position: relative;
    }
    .coach a {
        color: #fff;
        font-size: 24px;
    }
    .coach a img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .coach h2 {
        font-size: 36px;
    }
    .coach h2, .coach p {
        margin: 25px auto;
        color: white;
        font-weight: 400;
    }
    .coach .vertical-align {
        flex-direction: column-reverse;
    }
    .coach p.price {
        margin-bottom: 128px;
    }
    .order-privileges {
        margin-bottom: -96px;
        margin-top: 32px;
        color: #fff;
    }
    .performance.parallax-container {
        background-position: 79% center!important;
    }
}