Hi there,
Please help me make this responsive.
The video is not being responsive. http://www.tg8.global/training-and-resources/ (the Mike Cupisz - THe ACN System video on right, first video under Training heading)
I have set up the video lightbox using the [x_lightbox selector=".video-player" lightbox_video=“true”] shortcode.
I have also set up the following CSS to show and centre this:
.ilightbox-holder div.ilightbox-container {
margin: 0 auto;
max-width: 644px;
max-height: 363px;
}
.ilightbox-holder.light{
top:76px !important;
left: calc(50% - 340px) !important;
}