#section__wtb {
    padding: 100px 0 50px;
    background: #1a1a1a;
}
#section__wtb .content__title {
  text-align: center;
  }
#section__wtb .content__title span:before {
  content: "Where to buy";
  }
#section__wtb .wtb_region {
    vertical-align: top;
}
#section__wtb .wtb_region_name {
    font-size: 40px;
}
#section__wtb a{
    overflow:hidden;
    border-radius: 10px;
    display: block;
    margin:5px;
    scale:1;
    line-height: 0;
    background-color: #f5f5f5;
    position:relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
}
#section__wtb a.coming:before{
    content: 'coming soon';
    font-size: 1.5em;
    font-weight: 900;
    color: red;
    position:absolute;
    height: 200%;
    width: 200%;
    left: -50%;
    top: -50%;
    display: flex;
    transform: rotate(-8deg);
    background: rgb(143 143 143 / 70%);
    align-items: center;
    justify-content: center;
    z-index: 9;
}
#section__wtb a:not(.coming):hover{
  scale:1.2;
  z-index:9;
  background:#fff
}
#section__wtb img {
  width: 190px;
  height: 70px;
  background-position: center;
  padding: 15px;
  background-origin: content-box;
  background-size: contain;
  background-repeat: no-repeat;
}
.estonia_rde .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/rde-logo.png);
}
.estonia_onoff .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/onoffee-logo_dark.svg);
}
.estonia_arvutitark .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/arvutitark-logo_dark.svg);
}
.estonia_euronics .img__icon,
.latvia_euronics .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/euronics-logo_black.svg);
}  
.estonia_elisa .img__icon{
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/elisa-logo_blue.svg);
}
.lithuania_rde .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/rdeLT.png);
}
.lithuania_elesen .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/elesen-logo_dark.svg);
}
.lithuania_skytech .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/skytechlt-logo_dark.png);
}
.lithuania_topocentras .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/topocentras-logo_black.png);
}
.lithuania_bite .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/bite-logo.svg);
}
.lithuania_asusshop .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/asusshop-logo_dark.png);
}
.latvia_rdveikals .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/rdveikalslv.png);
}
.latvia_tet .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/tetlv-logo.svg);
}
.latvia_bigbox .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/bigbox_horizontal_black-logo.svg);
}
.latvia_bite .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/b_bite_green.svg);
}
.latvia_technorama .img__icon{
    background-image: url(https://dlcdnwebimgs.asus.com/files/media/d64f2cb6-8ab4-430e-bca9-eadad6a1f7ae/bt/logo/technorama_black-logo.svg);
}

@media (max-width: 736px){
    #section__wtb .wtb_regions,#section__wtb .wtb_region_name {
        text-align: center;
        width: auto !important;
    }
    }
    

#section__wtb .wd__feature__describe__top {
    display: block;
}
#section__wtb .wd__feature__describe__top span {
    color: #fff !important;
    font-size: 2.5rem;
}