.emo {
    position: relative;
    width: 100%;
    padding-top: 376px;
    margin-bottom: 0;
}

.emo.emo--big {
    padding-top: 559px;
}

.emo__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.emo__content {
    margin: 0;
    background-color: #009fe3;
    padding: 31px 29px 31px 0;
    display: inline-block;
    position: relative;
}

.emo__content--wrapper {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

.emo__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    display: inline-block;
    background-color: #009fe3;
}

@media (max-width: 768px) {
    .emo {
        padding-top: 132px;
    }
    .emo.emo--big {
        padding-top: 211px;
    }
    .emo__content {
        display: block;
    }
    .emo__content--wrapper {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #009fe3;
    }
}

.emo-new {
    padding-top: 0;
}

.emo-new__img {
    width: 100%;
    height: auto;
}

.emo-new__background {
    height: 100%;
    position: relative;
}

.emo-new__background--blue {
    background-color: #6eb9e1;
}

.emo-new__background--green {
    background-color: #7bbeb1;
}

.emo-new__background--red {
    background-color: #e4967e;
}

.emo-new__background--primary {
    background-color: #009fe3;
}

.emo-new__content {
    width: 100%;
    padding: 40px 20px;
    margin: 0 auto;
}

.emo-new__content__text {
    font-family: Nutmeg;
    font-weight: 300;
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
}

.emo-new__content__icon {
    padding-bottom: 20px;
}

.emo-new__content__logo {
    padding-bottom: 27px;
    margin-bottom: 23px;
    position: relative;
}

.emo-new__content__logo:after {
    content: '';
    width: 85px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.emo-new__content__logo img {
    max-width: 200px;
    height: auto;
}

@media (min-width: 1025px) {
    .emo-new {
        height: 560px;
    }
    .emo-new__img {
        width: 100%;
        height: 560px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .emo-new__content {
        width: 60%;
        padding: 0;
    }
    .emo-new__content__text {
        font-size: 45px;
    }
    .emo-new__content__logo img {
        max-width: 100%;
        height: auto;
    }
    .emo-new__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .emo-new__position {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100px;
    }
}

.emo--home {
    padding-top: 0;
}

.emo--home__image {
    height: 290px;
}

.emo--home__img {
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.emo--home__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 0 20px;
}

.emo--home__content__logo {
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
}

.emo--home__content__logo:after {
    content: '';
    width: 85px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.emo--home__content__logo img {
    max-width: 200px;
    height: auto;
}

.emo--home__content__text {
    font-family: Nutmeg;
    font-weight: 300;
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
}

@media (min-width: 1025px) {
    .emo--home {
        height: 560px;
    }
    .emo--home__img {
        width: 100%;
        height: 560px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .emo--home__content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 60px;
        padding: 0 20px 0 105px;
    }
    .emo--home__content__logo {
        padding-bottom: 39px;
        margin-bottom: 30px;
    }
    .emo--home__content__logo img {
        max-width: 100%;
        height: auto;
    }
    .emo--home__content__text {
        font-size: 70px;
        max-width: 570px;
    }
}
