.background-catering{
    background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-939/sushikushi-catering-main-foto.jpg) center center no-repeat;
    height: 100vh;
}

.wstep > .row {
    width:100%;
    text-align: center;
}

.wstep > .row > .title-catering {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px;
}

.catering-video {
    min-height: 600px;
    width: 27vw;
}

.catering .container {
    margin: 30px auto;
}

.content-text p{
text-indent: 1.5em;
}

span.contact {
    color: #9f7c43;
}
.content-text {
    display: flex;
    align-items: center;
}

.gallery a>div {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center center;
}

.gallery .gallery-cat {
    margin: 0px;
    padding: 15px;
}
.gallery h2 {
    font-size: 2em;
    padding: 2em 0;
}

@media only screen and (max-width: 992px){
    .content-text{
        display: block;
        }
    .catering-video{
        min-height: 495px;
        width: 75vw;
        }
}