.yola-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 400px;
}

.yola-info {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    top: 50%;
    position: absolute;
    text-align: right;
    padding-right: 60px;
}

.yola-title {
    line-height: 1;
    margin-bottom: 30px;
    text-shadow: 0 0 30px #000;
    color: #fff;
}

.yola-title .fz54 {
    letter-spacing: 3px;
}

.yola-info a.btn {
    font-size: 18px;
    padding: 8px 15px;
    width: 194px;
}

@media screen and (max-width: 1599px) {
    .yola-bg {
        height: 340px;
    }
}

@media screen and (max-width: 767px) {
     .yola {
        max-width: none!important;
        padding: 0!important;
    }
    .yola-title {
        margin-bottom: 15px;
    }

    .yola-info {
        position: relative;
        padding: 15px;
        text-align: center;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .yola-bg {
        background-position: top;
        height: auto;
        padding: 15px 0;
    }
}

@media screen and (max-width: 479px) {
    .yola-title .fz54 {
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .yola-title .fz35 {
        font-size: 23px;
    }
}
