.lf-about-us h2 {
    text-transform: uppercase;
    font-size: 21pt;
}

.lf-about-us h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15pt;
}

.lf-about-us {
    font-size: 11pt;
    line-height: 20pt;
    margin-top: 70px;
    overflow: hidden;
}

.lf-about-us .text {
    padding-left: 80px;
    padding-right: 80px;
}

.lf-about-us ul {
    padding-left: 15px;
    width: 100%;
    max-width: 400px;
}

.lf-about-us .service-list li {
    margin-bottom: 20px;
}

.service-list .service-break {
    height: 5px;
}

.lf-about-us .img-one {
    float: left;
    margin-left: 20px;
    max-width: 275px;
    overflow: hidden;
    width: 100%;
    height: 412px;
    margin-bottom: 51px;
}

.lf-about-us .img-two {
    float: right;
    max-width: 352px;
    overflow: hidden;
    width: 100%;
    height: 352px;
    clear: both;
    margin-bottom: 50px;
}

.lf-about-us .lf-coach-block {
    max-width: 133px;
    width: 100%;
    height: 133px;
    margin-bottom: 22px;
    margin-right: 27px;
    display: inline-block;
    overflow: hidden;
}

.lf-about-us .lf-card-block-holder{
    height: 650px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.about-us-images {
    width: 40vw;
    max-width: 506px;
    height: 40vw;
    max-height: 506px;
    overflow: hidden;
    margin-left: 7.5%;
    z-index: -1;
}


.lf-about-us .video-holder {
    width: 100%;
    height: 100%;
}

.lf-about-us .video-holder video {
    width: 100%;
    height: 100%;
}

.lf-about-us .intro-video {
    text-align: center;
    background-color: #18171d;

    margin: 0;
    min-height: 100px;

    padding-bottom: 89px;

    padding-right: 65px;
    padding-left: 65px;
}

.lf-about-us .intro-video .video {
    margin: auto;
    margin-top: 89px;
    height: 50vw;
    max-width: 922px;
}

.about-mobile-carousel {
    margin-left: 15px;
}

.mobile-carousel {
    margin-left: -15px;
}

.about-mobile-block {
    width: 100vw;
    overflow: hidden;
    height: 100vw;
    padding-left: 80px;
    padding-right: 100px;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}

.about-mobile-block img {
    height: 100%;
    display: inline-block;
    margin-left: -15px;
}


.about-mobile-block .horizontal {
    height: auto;
    width: 100%;
    padding-top: 25vw;
}

.left-arrow {
    left: 40px;
    background: url("/img/arrow left.png") no-repeat;
}

.right-arrow {
    right: 40px;
    background: url("/img/arrow right.png") no-repeat;
}

.left-arrow, .right-arrow {
    height: 20px;
    width:  20px;
    position: absolute;
    z-index: 99;
    top: 60vw;
    background-position: center;
    background-size: auto 100%;
}

@media (max-width: 768px) {
    .lf-about-us {
        margin-top: 40px;
    }

    .lf-about-us .text {
        padding-left: 40px;
        padding-right: 40px;
    }

    .about-mobile-block  {
        padding-left: 60px;
        padding-right: 60px;
    }

    .lf-about-us .intro-video {
        padding-right: 25px;
        padding-left: 25px;
    }
}
