/* Correct Modal Positioning */ @media (max-width: 767px) { .modal { position: inherit !important; } }
/* Rounded Logo Border CSS - thebayhorsearkholme.co.uk */ logo-background { border-radius: 10px 10px 10px 10px; -moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; border: 4px solid #000000; }