@media (min-width: 768px) {
.pre-footer {
position: relative; }
.pre-footer::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 75px; background-image: url(https://vilavila.aranaitec.com/wp-content/themes/vilavila/images/grass.svg);
background-repeat: repeat-x;
background-position: bottom;
background-size: auto 100%; pointer-events: none;
z-index: 0;
}
.pre-footer .wrapper {
position: relative;
z-index: 1; }
}
@media (max-width: 767px) {
.pre-footer {
position: relative;
padding-bottom: 90px; }
.pre-footer::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 75px;
background-image: url(https://vilavila.aranaitec.com/wp-content/themes/vilavila/images/grass.svg);
background-repeat: repeat-x;
background-position: bottom;
background-size: auto 100%;
pointer-events: none;
z-index: 0;
}
.pre-footer .wrapper {
position: relative;
z-index: 1;
}
}