Thank you Carolyn
It is a little tricky as you are using inline styling to position your content. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS) which will hopefully help to a certain extent....
@media only screen and (max-width: 1024px) {
#container_header_slide {
height: auto !important;
}
.vegas-slide-inner {
background-size: 100% auto !important;
background-position: 50% 60px !important;
}
.showcase .custom > div {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
}
Ciarán