
@media (min-width: 769px) and (max-width: 1440px) {
.pilot_fire{
 width: 100px; 
 height: 100px;
 right: 85px;
 top: -60px;
}


.schedule-animate-img img:nth-child(2){
 width: 100px; 
 height: 100px;
 right: 55px;
 top: -75px;	
}

}

@media (min-width: 768px) and (max-width: 768px) {
.pilot_fire{
 width: 100px; 
 height: 100px;
 right: 85px;
 top: -30px;
}

.schedule-animate-img img:nth-child(2){
 width: 100px; 
 height: 100px;
 right: 60px;
 top: -40px;	
}

}

@media (min-width: 599px) and (max-width: 767px) {
.pilot_fire{
 width: 70px; 
 height: 70px;
 right: 60px;
 top: -40px;
}

.schedule-animate-img img:nth-child(2){
 width: 100px; 
 height: 100px;
 right: 25px;
 top: -65px;	
}
}



@media (min-width: 479px) and (max-width: 598px) {

.pilot_fire{
 width: 70px; 
 height: 70px;
 right: 60px;
 top: -40px;
}

.schedule-animate-img img:nth-child(2){
 width: 100px; 
 height: 100px;
 right: 25px;
 top: -65px;	
}

}

@media (min-width: 429px) and (max-width: 478px) {

.pilot_fire{
 width: 70px; 
 height: 70px;
 right: 60px;
 top: -40px;
}

.schedule-animate-img img:nth-child(2){
 width: 100px; 
 height: 100px;
 right: 30px;
 top: -60px;	
}

}

@media (min-width: 300px) and (max-width: 428px) {

.pilot_fire{
 width: 70px; 
 height: 70px;
 right: 62px;
 top: -38px;
}

.schedule-animate-img img:nth-child(2){
 width: 100px; 
 height: 100px;
 right: 22px;
 top: -65px;	
}

}


@media (min-width: 100px) and (max-width: 299px) {

.pilot_fire{
 width: 70px; 
 height: 70px;
 right: 60px;
 top: -40px;
}

.schedule-animate-img img:nth-child(2){
 width: 100px; 
 height: 100px;
 right: 40px;
 top: -50px;    
}

}


