.thailand {
    width: 60px;
    height: 90px;
}

.russia {
    width: 400px;
    height: 180px;
}

.japan {
    width: 80px;
    height: 120px;
}

.china {
    width: 240px;
    height: 180px;
    /* background-color: white; */
    /* margin-left: 250px; */
    z-index: -1;
}

.india {
    width: 150px;
    height: 120px;
}

.laos {
    width: 30px;
    height: 65px;
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
}

.mongolia {
    width: 110px;
    height: 70px;
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
}

.malaysia {
    width: 100px;
    height: 50px;
}

.brunei {
    width: 40px;
    height: 20px;
}

.philippines {
    width: 135px;
    height: 140px;
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.indonesia {
    width: 180px;
    height: 50px;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.singapore {
    width: 40px;
    height: 20px;
}

.hongkong {
    width: 25px;
    height: 25px;
    z-index: 99;
}

.srilanka {
    width: 30px;
    height: 30px;
}

.bangladesh {
    width: 30px;
    height: 30px;
}

.mynmar {
    width: 55px;
    height: 85px;
}

.cambodia {
    width: 35px;
    height: 30px;
}

.vietnam {
    width: 45px;
    height: 90px;
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.arab {
    width: 100px;
    height: 50px;
}

.morocco {
    width: 70px;
    height: 50px;
}

.colombia {
    width: 70px;
    height: 90px;
}

.maxico {
    width: 60px;
    height: 80px;
}

.brazil {
    width: 150px;
    height: 150px;
    transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
}

.peru {
    width: 50px;
    height: 80px;
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
}

.map-shadow:hover {
    cursor: pointer;
    -webkit-filter: drop-shadow(6px 6px 1px rgba(0, 0, 0, 0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.world-map {
    width: 100%;
    zoom: 200%;
    transition: transform .2s;
    transform: scale(1.1);
    /* transform: scale(1.1); */
}

.world {
    width: 1000px;
    height: 900px;
    line-height: 200px;
    text-align: center;
    color: #FFF;
    margin: 80px auto;
    /* The magic are those 2 lines: */
    border-radius: 70%;
    box-shadow: inset 0 0 80px #FFF;
}

.country-branch {
    height: 100px;
    background-color: burlywood;
    position: absolute;
    display: none;
    border-radius: 15px;
}