SVG Link
<a href="index.html" class="logo">
<object id="logo" data="website-logo.svg" type="image/svg+xml"></object>
</a>
.logo {
width: 297px;
}
.logo #logo {
width: 100%;
height: auto;
}
a.logo:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
a.logo {
position: relative;
display: block;
}