.vc_row {
    margin-left: 0px;
    margin-right: 0px;
}
.mens-icon .vc_column-inner, .womens-icon .vc_column-inner, .accessories-icon .vc_column-inner {
    height: 215px;
}
.mens-icon .vc_column-inner:hover {
    background:url(https://www.mountaincountry.co.nz/wp-content/uploads/2018/02/mens-icon-over.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.womens-icon .vc_column-inner:hover {
    background:url(https://www.mountaincountry.co.nz/wp-content/uploads/2018/02/womens-icon-over.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.accessories-icon .vc_column-inner:hover {
    background:url(https://www.mountaincountry.co.nz/wp-content/uploads/2018/02/accessories-icon-over.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.categories-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.categories-link .wpb_wrapper {
    width: 100%;
    height: 100%;
}
.categories-link .wpb_wrapper a {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
}