.v-casestudy #banner {
    background: linear-gradient(rgb(0,85,168), rgb(0,173,239));
    color: #fff;
}
.v-casestudy #banner > .span {
    padding-top: 3em;
}
.v-casestudy #banner .panel {
    color: #000;
    padding: 1.5rem 1rem !important; 
}
.v-casestudy #banner h1 {
    font-size: 1.75em;
}
@media (min-width: 48em) {
    .v-casestudy #banner > .span {
        padding-top: 5.5em;
    }
    .v-casestudy #banner .panel {
        padding: 2.5rem 2rem !important; 
    }
}
@media (min-width: 48em) {
.v-casestudy #banner .cs_list li {
    margin-bottom: 1em;
    padding-left: 3em;
    position: relative;
}
.v-casestudy #banner .cs_list li:last-child {
    margin-bottom: 0;
}
.v-casestudy #banner .cs_list li::before {
    content: '';
    position: absolute;
    top: 1em;
    transform: translate(-0.5rem, -50%);
    left: -.25em;
    width: 3.5em;
    height: 3.5em;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.v-casestudy #banner .cs_list li[data-icon="customer"]::before {
    background-image: url('/images/content/extraction-systems-industries/icons/customer.svg');
}
.v-casestudy #banner .cs_list li[data-icon="process"]::before {
    background-image: url('/images/content/extraction-systems-industries/icons/process.svg');
}
.v-casestudy #banner .cs_list li[data-icon="problem"]::before {
    background-image: url('/images/content/extraction-systems-industries/icons/problem.svg');
}
.v-casestudy #banner .cs_list li[data-icon="solution"]::before {
    background-image: url('/images/content/extraction-systems-industries/icons/solution.svg');
}
}
.v-casestudy #banner .country-label {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0.5em .75em;
    font-size: .75em;
    transform: translate(0, -0.125rem);
}
@media (min-width: 48em) {
    .v-casestudy #banner .country-label {
        font-size: 1em;
    }
}
.v-casestudy #banner .country-label > * {
    display: block;
    margin: 0;
}
.v-casestudy #banner .country-label .flag {
    flex: 0 0 2.5em;
    max-width: 2.5em;
    margin-left: 1em;
}
.v-casestudy #banner .country-label .flag img {
    box-shadow: rgba(0, 0, 0, .2) 0 0 0.5em;
    margin-bottom: 0;
}
.v-casestudy #banner .cs_list h2, .v-casestudy .cs_html_content h2 {
    color: rgb(0,173,239);
    margin-bottom: 0.5em;
}
.v-casestudy #banner .cs_list li {
    margin-bottom: 2em;
    position: relative;
}
.v-casestudy #banner .cs_list li:last-child {
    margin-bottom: 0;
}
.v-casestudy #banner .cs_html_content p:last-child {
    margin-bottom: 0;
}
.v-casestudy #banner .gallery {
    padding: 0;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.v-casestudy #banner .gallery > div {
    flex: 0 0 calc(50% - .5em);
    max-width: calc(50% - .5em);
    position: relative;
    padding-top: calc(50% - .5em);
    overflow: hidden;
    margin-right: 1em;
    margin-bottom: 1em;
}
.v-casestudy #banner .gallery > div:nth-child(2n) {
    margin-right: 0;
}
@media (min-width: 48em) {
    .v-casestudy #banner .gallery > div {
        border-width: 10px;
        flex: 0 0 calc(25% - .5em);
        max-width: calc(25% - .5em);
        padding-top: calc(25% - .5em);
        margin-right: calc((.5em * 4) / 3);
    }
    .v-casestudy #banner .gallery > div:nth-child(2n) {
        margin-right:calc((.5em * 4) / 3);
    }
    .v-casestudy #banner .gallery > div:nth-child(4n) {
        margin-right: 0;
    }
}
@media (min-width: 62em) {
    .v-casestudy .cs_html_content.solution_content, .v-casestudy .gallery {
        padding-left: 3em !important;
        padding-right:3em !important;
    }
}
.v-casestudy #banner .gallery > div:not(.solution-products) img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
    max-width: unset;
    height:100%;
    object-fit: cover;
    margin: 0;
}
.v-casestudy #banner .recommended_products h3 {
    background: none;
    padding: 0;
    color: rgb(0,173,239);
}
.v-casestudy #banner .gallery > div.solution-products {
    padding-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 1;
    overflow: visible;
    margin-left: auto;
}
.v-casestudy #banner .gallery > div.solution-products > div {
    flex: 0 0 60%;
    max-width: 60%;
    margin-left: .5em;
}
.v-casestudy #banner .gallery > div.solution-products > div img {
    margin: 0;
}
@media (min-width: 48em) {
    .v-casestudy #banner .gallery > div.solution-products {
        padding: 1em;
    }
}