If you're adding video instead of picture to your question in some cases it may look too big on mobile.

To fix this you need to add this code to your theme CSS:

@media (max-width:767px){
.wp-video{
width: inherit !important;
}
}