.banner-20 .banner-20-buttons {
    margin-top: 30px;
}
.banner-20 .container-fluid {
    margin-bottom: 60px;
}
.banner-20 .image-16by9 {
    padding-bottom: 53.067%;
}
.banner-20 .container {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}
/*.banner-20 .container:after {*/
    /*content: '';*/
    /*background-image: url('assets/pattern.svg');*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0;*/
    /*background-size: 135%;*/
    /*background-position: bottom;*/
    /*left: 0;*/
    /*background-repeat: no-repeat;*/
/*}*/
.banner-20 .container:before {
    content: '';
    background-image: url('assets/pattern_before.svg');
    position: absolute;
    width: 60%;
    height: 105%;
    top: -4px;
    background-size: cover;
    background-position: right;
    left: 0;
    background-repeat: no-repeat;
    z-index: 2;
}
.banner-20 .container:after {
    content: '';
    background-image: url('assets/pattern_after.svg');
    position: absolute;
    width: 40%;
    height: 100%;
    top: -30%;
    background-size: cover;
    background-position: left;
    right: -15%;
    background-repeat: no-repeat;
    z-index: 2;
}
.banner-20 .content-column {
    z-index: 3;
}
.banner-20 .banner_20_buttons {
    margin-top: 25px;
}
.banner-20 .banner_20_buttons a.button {
    margin-bottom: 0;
}
.banner-20 h2.large {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
@media(min-width: 1599.98px) {
    .banner-20 .general-content-page.content-column {
        padding-right: 47.5px;
    }

    .banner-20 .general-content-page.image-column {
        padding-left: 73.5px;
    }
}
@media(min-width: 991.98px) and (max-width: 1499.98px){
    .banner-20 .bottle_background {
         padding: 60px 0px;
    }
}
@media(max-width: 1399.98px) {
    .banner-20 .container-fluid {
        margin-bottom: 45px;
    }
}
@media(max-width: 1199.98px){
    .banner-20 .container:before {
        display: none;
    }
    .banner-20 .container {
        margin-top: 45px;
    }
}
@media(max-width: 991.98px) {
    .banner-20 .container-fluid {
        margin-bottom: 40px;
    }
    .banner-20 .bottle_background {
        padding: 60px 0 40px;
    }
    .banner-20 .container {
        margin-top: 40px;
    }
}
@media(max-width: 767.98px) {
    .banner-20 .container-fluid {
        margin-bottom: 30px;
    }
    .banner-20 .bottle_background {
        padding: 30px 0px;
    }
    .banner-20 .container {
        margin-top: 30px;
    }
}
@media(max-width: 575.98px) {
    /*.banner-20 .container-fluid {*/
        /*margin-bottom: 15px;*/
    /*}*/
    .banner-20 .bottle_background {
        padding: 30px 0px 15px;
    }
    .banner-20 .container {
        margin-top: 15px;
    }
}