.case-item {margin-bottom:5vw;}
.case-item-inner {
    display:flex;
    flex-direction:row-reverse;
    justify-content:space-between;
    align-items:center;
}
/* .case-item__thumbnail {width:40%; max-width:500px; margin:0 auto;} */
.case-item__thumbnail {width:50%; margin:0 auto;}
.case-item__thumbnail-inner {background-size:cover; background-position:center;}
.case-item__thumbnail-inner img {opacity:0; width:100%; height:auto;}
.case-item__info {width:50%;}

@media only screen and (max-width:768px){
    /* CASE OVERVIEW */
    .case-item {margin-bottom:40px;}
}
@media only screen and (max-width:640px) {
    /* CASE OVERVIEW */
    .case-item-inner {display:block;}
    .case-item__thumbnail, .case-item__info {width:100%;}
    .case-item__thumbnail {margin-bottom:30px;}
}