Hello,
My goal is to have a button that triggers a lightbox to play a video. I tried to use the modal element with no luck. I now am trying to style a shortcode button with the raw element. I am not sure if there is a better way to achieve what I want. I wouldn’t mind using the button element but I don’t think you can trigger a lightbox window from it can you?
I am hoping that you might be able to help me get the styling figured out on the button? In the pictured attached I am trying to style the last button. I would like it to be exactly like the ones above it. The content is not being centered exactly and it is not mobile friendly like the other ones.
Here is the page link. http://eversightvision.org/on-demand-product-page/

.x-btn.lightbox-btn {
display: inline-flex;
position: relative;
flex-direction: row-reverse;
justify-content: space-between;
align-content: center;
color:#44a8c6;
background:transparent;
border: 1px solid #44a8c6;
font-size:.9em;
height:0vh;
min-width:100%;
text-align: left;
border-top-left-radius: 0.35em;
border-top-right-radius: 0.35em;
border-bottom-right-radius: 0.35em;
border-bottom-left-radius: 0.35em;
padding-top:2vh;
padding-right:0vw;
padding-bottom:2vh;
padding-left:1vw;
}
