@media only screen and (max-width: 767px) {
    .welcome {
        height: -webkit-calc(66vw);
        height: 66vw;
    }

    .welcome_slider .item {
        background-size: contain;
    }
}