body {
  background-image: url(https://dealpos-media.b-cdn.net/umbraco/clients/bg2.png);
  background-repeat: no-repeat;
  background-position: center 220px;
}

div {
  &.countries {
    position: relative;
    min-height: 350px;

    > span {
      color: #fff;
      text-transform: uppercase;
      position: absolute;
      font-weight: 700;
      font-size: 11px;

      &.in {
        top: 188px;
        left: 690px;
      }

      &.th {
        top: 142px;
        left: 722px;
      }

      &.id {
        top: 283px;
        left: 811px;
      }

      &.sg {
        top: 256px;
        left: 684px;
      }

      &.ph {
        top: 190px;
        left: 843px;
      }

      &.kw {
        top: 171px;
        left: 529px;
      }

      &.Db {
        top: 139px;
        left: 615px;
      }

      &.me {
        top: 170px;
        left: 190px;
      }

      &.cz {
        top: 102px;
        left: 479px;
      }

      &.Au {
        top: 369px;
        left: 779px;
      }

      &.nz {
        top: 354px;
        left: 889px;
      }
    }
  }

  &.business-segment {
    background-color: rgba(253, 253, 253, 0.8);
  }
}

fieldset {
  background-color: rgba(253, 253, 253, 0.8);
}

div.business-segment legend, fieldset legend {
  width: auto;
}

div.business-segment legend i, fieldset legend i {
  background-image: url(https://dealpos-media.b-cdn.net/umbraco/clients/icon.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  display: inline-block;
}

div.business-segment legend i.retail, fieldset legend i.retail {
  top: -14px;
  left: 21px;
}

div.business-segment legend i.fnb, fieldset legend i.fnb {
  background-position: 0 -145px;
}

div.business-segment legend i.service, fieldset legend i.service {
  background-position: 0 -214px;
}

div.business-segment legend i.electronic, fieldset legend i.electronic {
  background-position: 0 -73px;
}

div.business-segment img, fieldset img {
  background: #fff;
  box-shadow: 0 0 0 6px #fff,2px 2px 13px #000;
}

div.business-segment a, fieldset a {
  font-size: 1.5rem;
}

@media (max-width: 575.98px) {
  body {
    background-image: none;
  }

  main div.countries {
    display: none;
  }
}

