@media only screen and (min-width: 992px) {
.vpc-routes {
 height: 640px;
 width: 640px;
}
}

@media only screen and (max-width: 991px) {
.vpc-routes {
 height: 640px;
 width: 460px;
}
}

@media only screen and (max-width: 768px) {
.vpc-routes {
 height: 640px;
 width: 320px;
}
}