@media screen and (min-width: 1367px)
{
#anim {
min-height: 974px}
.map {
    top: 8%;
   height: 85%;
width: 63%;}

.login_box {
    top: 22%;
    right: 15%;}

@-webkit-keyframes demo {
		0% {
			-webkit-transform: scale(1);
			background: url(../../images/star1.png) top center no-repeat
		}
		30% {
			-webkit-transform: scale(1);
			background: url(../../images/star1.png) top center no-repeat
		}
		50% {
			-webkit-transform: scale(1);
			position: absolute;
			left: -5%;
			top: 11.5%;
			background: url(../../images/star9.png) top center no-repeat
		}
		80% {
			-webkit-transform: scale(.5);
			position: absolute;
			left: -7%;
			top: 7.5%;
			background: url(../../images/star9.png) top center no-repeat
		}
}
}
