this is the media query Im currently using. I'm not an experienced coder:
@media (min-width: 768px) and (max-width: 1024px) {
#hero-section {
background-size: cover !important;
background-position: center top !important;
height: min(100vh, 150vw);
}
and this one so the image wont be zoomed in on larger tablet screens such as 1600 x 2560 Tablet
@media (min-width: 1025px) and (min-height: 1201px) {
.elementor-section #hero-section {