Hi sorry havent got a response i found this online but doesnt seem to have made a difference really
/* CSS FOR TABLET AND MOBILE */
@mobile: ~"only screen and (max-width: 640px)";
@tablet: ~"only screen and (min-width: 641px) and (max-width: 949px)";
/* CSS FOR TABLET */
@media @tablet {.sqs-block-image {
width: 50%;
margin: 0 auto;
}
}
/* CSS FOR MOBILE */
@media @mobile {.sqs-block-image {
width: 50%;
margin: 0 auto;
}
}
MARK AS SOLUTION