I managed to use this code;
@media screen and (max-width:640px) {
.sqs-block-gallery {
width: 200%;
margin-right:auto;
margin-left:auto;
}
}
However this shifted my whole carousel to the side and is no longer centred, how can I shift it to the left to get it back to the middle?