.cva-svg {
    position: relative;
}

.cva-svg:after {
    content: 'Click for More Information';
    position: absolute;
    top: 105px;
    left: calc(50% - 100px);
    width: 200px;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

@media (max-width: 989px) {
    .cva-svg svg {
        padding-top: 60px;
    }
    .cva-svg:after {
        top: 20px;
    }
}

/* CVA SVG CSS - Starts */

.cva-svg svg {
    width: auto;
    height: auto;
    margin: 0 auto;
max-width: 1050px;
}

.cva-svg a {
    transition: all .3s;
}

.cva-svg a.wm:hover,
.cva-svg a.crs:hover {
    transform: translateY(-5px);
}

.cva-svg a.wm:hover .a95bb6ba-65cf-4fd4-bc1e-540157b113da,
.cva-svg a.crs:hover .a95bb6ba-65cf-4fd4-bc1e-540157b113da {
    fill: #c7eafb;
}

a.content:hover .bed79592-19a6-4511-9d28-8a1042b4ac60,
a.strategies:hover .a95bb6ba-65cf-4fd4-bc1e-540157b113da {
    fill: #037a7c;
}

a.ocio:hover .aee91616-1f44-4bc3-8746-e547da059b69 {
		fill: #348fb3;	
}

.ocio {
    transform: scale(1.0);
    transform-origin: center;
}

.ocio:hover {
    transform: scale(1.05);
}

/* CVA SVG CSS - Ends */