<>
#canada {
top: 2.63%;
height: 34.05%;
position: absolute;
display: block;
background: transparent;
background-size: contain;
}
#canada:hover,
#canada:focus {
background: transparent url(/Content/Images/map-canada-overlay.png) no-repeat center center;
background-size: contain;
}
#usa {
top: 34.19%;
height: 18.24%;
position: absolute;
display: block;
background: transparent;
background-size: contain;
}
#usa:hover,
#usa:focus {
background: transparent url(/Content/Images/map-usa-overlay.png) no-repeat center center;
background-size: contain;
}
#eu {
top: 11.30%;
height: 32.50%;
position: absolute;
display: block;
background: transparent;
background-size: contain;
}
#eu:hover,
#eu:focus {
background: transparent url(/Content/Images/map-europe-overlay.png) no-repeat center center;
background-size: contain;
}
>