Hi,
I’m having an issue I can’t seem to get sorted.
My site has a background image with a text box overlay in which I’ve added a lightbox image link to a video.
My goal is to have the lightbox image centered horizontally and vertically across all devices.
I’ve added a custom class to the textbox and it works on all the size displays except 481px - 767px.
This is the code:
$el {
vertical-align: middle!important;
}
And here are examples for context:
Working: 
Not Working: 
Any suggestions?
