Thank you for signing up to our newsletter
- ABTA protected & ATOL bonded
- Part of Hays Independence Group
- 100% Privacy Guaranteed
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Responsive Image</title> <style> /* Default styles for all devices */ .enquiry-btn
{ width: 100%; height: auto; }
/* Styles for desktop and larger screens */ @media (min-width: 768px) { .enquiry-btn
{ width: 40%; }
} </style> </head> <body> <p style="text-align: center;"> <a href="
DELETE THIS AND ADD IN BUTTON WEBSITE LINK****
"> <img alt="Enquire Today" class="enquiry-btn" src="
DELETE THIS AND ADD IN BUTTON IMAGE URL****
" /> </a> </p> </body>