Dr_Carol's post in Section background has extra spacing on mobile -- Any ideas why?? was marked as the answer
Okay I think I figured it out.. thanks guys!!!
/*fix about background on mobile*/
@media only screen and (max-width: 767px) {
section[data-section-id="6697d75f566b1b675f54a76e"] .section-background img {
background-image: url('https://images.squarespace-cdn.com/content/6697d754566b1b675f54a5bd/a2dca163-e321-4e1c-804e-cf2031c78ff6/bg+2+%281%29.png')!important;
object-position: 50% 0 !important;
object-fit: contain !important;
}
}