.highlight {
    position: relative; display: inline-block;
}
.highlight-text{
	position: relative; 
	display: inline; 
	z-index: 2;
}
/*
.highlight-image{
    position: absolute;
    width: 120%;
    max-width: 110%;
    z-index: 1;
    max-height: 100px;
    top: -12px;
    height: 150%;
    left: -14px;
}
*/
.highlight-image {
    position: absolute;
    width: 150%;
    max-width: 150%;
    z-index: 1;
    max-height: 150%;
    top: -17px;
    height: 150%;
    left: -161px;
}

.highlight-text-body {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, #f8f6f0 10%);
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}