.rectangle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffc522;
    transform: translate(0%, -45%) skew(0deg, -14deg);
    z-index: -1;
}

.rectangle.lastsection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 79%;
    background-color: #ffc522;
    transform: translate(0%, -87%) skew(0deg, -15deg);
    z-index: -1;
}

.box-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.tall-wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.title .line-1 span, .title .line-2 span {
    font-size: 4vw;
    line-height: 3vw;
    font-weight: bolder;
}

.drink-responsibly {
    padding: 5% 0% 5% 0%;
    overflow: hidden;
    position: relative;
}

.right-text-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.small-box-position{
    top: 31%;
    right: 6%;
}

.small-box-position.top{
    top: 37%;
    left: 6%;
}

.box-absolute{
    position: absolute;
}

.small-box-wrapper .title {
    font-size: 4vw;
    font-weight: bolder;
    line-height: 4vw;
    text-transform: uppercase;
    /* width: 70%; */
    margin-bottom: 2%;
    margin-left: 0%;
    text-align: right;
}

.top .title.top {
    font-size: 4vw;
    font-weight: bolder;
    line-height: 4vw;
    text-transform: uppercase;
    width: 30%;
    margin-bottom: 2%;
    /* margin-left: 0%; */
    text-align: left;
}

.small-box-wrapper .sub-title {
    font-size: 1vw;
    line-height: 1.3vw;
    color: #4d4d4d;
    margin-bottom: 2%;
    margin-left: 0%;
    text-align: right;
}

.top .sub-title.top {
    font-size: 1vw;
    line-height: 1vw;
    color: #fff;
    margin-bottom: 2%;
    /* margin-left: 0%; */
    text-align: left;
}

.lastsection {
    position: relative;
    margin-top: 20%;
}

.middle-text {
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: bolder;
    /* padding: 35% 0% 2% 0%; */
}

img.clickable-product {
    cursor: pointer;
}

.product-custom-width {
    width: 50%;
}

.product-custom-margin {
    margin: auto 0 0 0;
}

.img-pos{
    position: relative;
}

@media only screen and (max-width: 992px){

    .custom-h1{
        line-height: 10vw;
    }

    .drink-responsibly .title {
        width: 70%;
    }

    .product-custom-width {
        width: 20%;
    }

    .lastsection-wrapper .middle-text {
        font-size: 10vw;
        word-wrap: break-word;
        word-break: break-all;
        width: 47%;
        margin: 0 auto;
        line-height: 10vw;
    }

    .rectangle{
        display: none;
    }

    .rectangle.lastsection {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translate(0%, -14%) skew(0deg, -15deg);
    }

    .small-box-position {
        top: 5%;
        left: 6%;
    }

    .text-white{
        color: #000 !important;
    }

    .small-box-wrapper .title {
        font-size: 10vw;
        line-height: 10vw;
        /* width: 70%; */
        text-align: left;
    }

    .small-box-wrapper .sub-title {
        font-size: 3.5vw;
        line-height: 4.5vw;
        color: #4d4d4d;
        text-align: left;
        width: 83%;
    }

    .box-img {
        background-size: 120%;
    }

    .top .title.top {
        font-size: 12vw;
        line-height: 12vw;
    }

    .small-box-position.top{
        top: unset;
        bottom: 3%;
        left: 6%;
        
    }

    

    .top .title.top .text-white{
        color: #fff !important;
    }

    .top .sub-title.top {
        font-size: 3vw;
        line-height: 3vw;
    }

    .drink-responsibly .title .line-1 span, .drink-responsibly .title .line-2 span {
        font-size: 15vw;
        line-height: 12vw;
    }

    .line-1, .line-2{
        text-align: left !important;
    }

    .drink-responsibly {
        padding: 5% 5.5% 5% 5.5%;
    }

    .content.d-xs-block.d-sm-block.d-md-block.d-lg-none {
        font-size: 3.5vw;
        line-height: 4.5vw;
    }
}


