I have successfully developed a responsive webpage and am utilizing vw units to dynamically adjust the font sizes with thumb rollovers for title overlays.
The initial thumbnail (nike) features a text overlay, while the rest are .png files used for testing purposes. I am able to get the .png thumbnails to rollover to a vertical center, but encountering challenges with the font overlay. It seems like it should be a straightforward task.
.thumb-title-container
{
height:10vw;
width: 100%;
position: absolute;
top: -25vw;
left: 0px;
} overlays