@charset "UTF-8";

#main_inner{
  position:absolute;
  top:0; left: 0;
  width:100%;
}

#main_inview{
  position: relative;
  width:100%;
  padding-bottom: 45%;
}

#animation_container {
	position:absolute;
	margin:auto;
	left:-100%;right:-100%;
	top:-100%;bottom:-100%;
}

#main_prot_station{
  position: absolute;
  top:25%; right: 17%;
  width:20%;
  max-width: 140px;
}
#main_prot_station img {width:100%; height: auto;}


@media screen and (max-width: 1120px) {
  #main_prot_station{ top:15%; right: 12%; }
}

@media screen and (max-width: 980px) {
  #main_prot_station{top:10%; right: 10%; }
}

@media screen and (max-width: 920px) {
  #main_prot_station{top:0%; right: 5%; }
}

@media screen and (max-width: 768px) {
  #main_prot_station{ top:10%; right: 10%; }
}

@media screen and (max-width: 480px) {
  #main_prot_station{ top:15%; right: 0%; width:25%;}
  #main_inview{ padding-bottom: 67.5%;}
}


/**************************/