<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#banner-interior .imagen{height: 50vw; max-height: 250px; min-height: 150px;background-size: cover;background-repeat: no-repeat;background-position: center;}
#banner-interior .imagen::after{display: none;}

@media screen and (max-width: 768px) {
    #banner-interior .imagen{background-attachment: local;}
}
</pre></body></html>