#points_isdnd {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
}

#points_isdnd video {
	width: 100%;
	height: auto;
}

#poi {
    cursor: pointer;
}

#points_isdnd #misdnpoi1 {
    position: absolute;
    top: 15%;
    left: 27%;
    z-index: 9999;
}
#points_isdnd #misdnpoi2 {
    position: absolute;
    top: 32%;
    left: 18%;
    z-index: 9999;
}

#points_isdnd #misdnpoi3 {
    position: absolute;
    top: 17%;
    left: 5%;
    z-index: 9999;
}
#points_isdnd #misdnpoi4 {
    position: absolute;
    top: 42%;
    left: 65%;
    z-index: 9999;
}
#points_isdnd #misdnpoi5 {
    position: absolute;
    top: 39%;
    left: 37%;
    z-index: 9999;
}
#points_isdnd #misdnpoi6 {
    position: absolute;
	top: 70%;
    left: 70%;;
    z-index: 9999;
}
#points_isdnd #misdnpoi7 {
    position: absolute;
    top: 59%;
    left: 17%;
    z-index: 9999;
}


#points_isdnd .popup {
    opacity: 0;
    position: absolute;
    z-index: 99999;
    display: none;
}

#points_isdnd .poi { 
	animation-name: grow;
	animation-duration: .6s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}



@keyframes grow {
  from {
    transform: scale(1);
  }
  
  to {
    transform: scale(1.2);
  }
}
