How can I resize the showcase text background image to be the same size in width as the text?
Can I set the opacity of this background?
.vegas-slide {
width: 1100px;
margin: 0 auto;
}
<div style="max-width:400px; margin:200px 30px;">
<h2>
Strive to Inspire!
</h2>
<p>Duis aute irure dolor reprehenderit voluptate velit esse cillum dolore fugiat lore ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incididunt ut labore et dolore magna.</p>
</div>
.vegas-slide {
width: 1100px;
margin: 0 auto;
}