@media screen and (max-width: 900px) and (min-width: 320px) {
.sppb-addon-overlay-image-content:hover .overlay-background-style {
    background: rgba(62, 92, 28, 0.46);
    width: 260px;
    left: inherit;
}
.overlay-background-style {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: inital;
}
}