I used this below code but my text is going over the image, is there a way to move text down or size photo down and move to top of text?:
/* Mobile popup image */
div.sqs-slice-group.group-copy.copy-layer-background {
background-image: url(https://static1.squarespace.com/static/58211e9a59cc688d3e2cf890/t/611d6f4436eb275974dad1f7/1629318980730/2021MIS-222-340.jpg) !important;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}