How can I make my button responsive? I have a button on an image within a slider. It looks good and works fine on desktop, but on mobile it appears too big and gets overlapped with the slider radio icons, causing the "read more" link button to not redirect to any page.
Code
<div class="ism-slider" data-play_type="loop" data-interval="3000" id="my-slider">
<ol>
<li>
<img src="ism/image/slides/Editing.png">
<div class="ism-caption ism-caption-0" style="background-color:#8497b0">
<a href="editing.aspx" class="myButton">READ MORE</a></div>
</li>
</ol>
</div>