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

#poi {
    cursor: pointer;
}

#points_uvo #c2poi1 {
    position: absolute;
	top: 13%;
    left: 82%;
    z-index: 9999;
}
#points_uvo #c2poi2 {
    position: absolute;
    top: 20%;
    left: 66%;
    z-index: 9999;
}

#points_uvo #c2poi3 {
    position: absolute;
    top: 27%;
    left: 42%;
    z-index: 9999;
}
#points_uvo #c2poi4 {
    position: absolute;
    top: 50%;
    left: 59%;
    z-index: 9999;
}
#points_uvo #c2poi5 {
    position: absolute;
	top: 34%;
    left: 27%;
    z-index: 9999;
}
#points_uvo #c2poi6 {
    position: absolute;
    top: 64%;
    left: 16%;
    z-index: 9999;
}
#points_uvo #c2poi7 {
    position: absolute;
	top: 70%;
    left: 40%;
    z-index: 9999;
}
#points_uvo #c2poi8 {
    position: absolute;
    top: 78%;
    left: 57%;
    z-index: 9999;
}


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

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

#canopia2_thevideo {
	max-width: 100%;
	width: 100%;
	height: auto;
}


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