Trailer Box centering titles on thumbnail pics

I am using the standard Trailer Box in Muffin Builder on BeTheme.
I would like to center the position of the titles on the thumbnail pics.
I have been using the existing code, but it does not adjust to recenter the type when the browser window changes size or on mobile. I added the " top: 200px;  " to adjust for the center position, but this only works for laptops:

/* adjust titles to center of trailer boxes */
.trailer_box .desc {
    position: absolute;
    top: 200px;   
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100;
    padding: 30px 15px 300px;
}


I want the titles to stay centered when you resize the browser window and on mobile.


website:

spacehouse.studiotdesign.com/video

Please advise if you can

thanks

Comments

Sign In or Register to comment.