.mce-content-body .beforeafterdrag .content {
    display: flex;
}
.mce-content-body .beforeafterdrag .item {
    flex: 0 0 50%;
}
.mce-content-body .beer-reveal img {
    /*max-width: none!important;*/
}
.mce-content-body .beer-reveal {
    opacity: 1;
    border-right: 2px solid #999;
    width: 50%;
    right: 0%;
}
.mce-content-body .beer-reveal img {
    height: 250px;
    width: 100%;
}
.mce-content-body .compareimage {
    width: 100%;
}
.mce-content-body .beer-slider {
    width: 100%;
}
.mce-content-body .imgafter {
    float: right;
    width: 50%;
}

.mce-content-body .beer-slider > img {
    width: 50%;
    float: right;
    max-height: 100%;
    height: 250px;
}

.beer-reveal img {
    max-width: none !important;
}
.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
    display: none;
}
.compareimage .img-desc {
    max-width: 50%;
}
