
main { background: url(../images/world.png) center -30px no-repeat; background-color: rgba(0, 0, 0, 0); min-height: 500px; padding-bottom: 0px; }

.hero-wrapper-two { max-width: 1080px; text-align: left; flex-direction: column; justify-content: flex-start; /*align-items: center;*/ margin-left: auto; margin-right: auto; display: flex; position: relative; }

.hero-image { width: 100%; margin-top: 50px; }
.hero-image.shadow-two { object-fit: cover; }

.links { position: static; top: 0%; bottom: 0%; left: 0%; right: 0%; }
.country-link { text-decoration: none; position: absolute; }

.country-link.malaysia { top: 45.5%; right: 25.5%; }
.country-link.australia { top: 66%; right: 12%; }
.country-link.usa { top: 34%; left: 18%; }
.country-link.eu { top: 29%; right: 43%; }
.country-link.swiss { top: 33%; right: 51%; }
.country-link.uk { top: 25%; right: 52%; }
.country-link.mexico { top: 42%; left: 14%; }
.country-link.uae { top: 45%; right: 41%; }
.country-link.canada { top: 24%; left: 16%; }
.country-link.singapore { top: 52%; right: 22%; }
.country-link.hongkong { top: 40%; right: 22%; }
.country-link.nz { top: 87%; right: -1%; }
.country-link.phili { top: 46%; right: 17%; }
.country-pin { max-width: 24px; perspective-origin: 50% 100%; transform-origin: 50% 100%; transition: all .2s; }
.country-pin:hover { max-width: 32px; }
.country { color: #00d2ae; font-weight: 500; text-decoration: none; }
.w-inline-block { max-width: 100%; display: inline-block; }
