.absolute-01 {
display:block;
position:absolute;
left:23%;
width:150px;
max-width:200px;
height:auto;
top:1235px;
z-index:98;
} 


.absolute-02 {
display:block;
position:absolute;
left:8%;
width:450px;
max-width:450px;
height:auto;
top:120px;
z-index:98;
} 



@keyframes absolute-zoom {
   from {
      transform:scale(0);
   }
   to {
      transform:scale(1);
   }

}




@media only screen and (max-width: 1860px) {

.absolute-01 {
display:block;
left:23%;
width:150px;
top:1200px;
} 

}








@media only screen and (max-width: 1800px) {

.absolute-01 {
display:block;
left:21%;
width:150px;
top:1170px;
} 

.absolute-02 {
display:block;
left:8%;
width:450px;
top:120px;
} 

}



@media only screen and (max-width: 1750px) {

.absolute-01 {
display:block;
left:20.5%;
width:145px;
top:1120px;
} 


}




/* 1680 x 1050 */
@media only screen and (max-width: 1700px) {

.absolute-01 {
display:block;
left:20%;
width:140px;
top:1090px;
} 

.absolute-02 {
display:block;
left:8%;
width:440px;
top:115px;
} 

}



/* 1600 x 900 */
@media only screen and (max-width: 1600px) {

.absolute-01 {
display:block;
left:19%;
width:135px;
top:1050px;
} 

.absolute-02 {
display:block;
left:8%;
width:430px;
top:110px;
} 

}



/* 1536 x 864 */
@media only screen and (max-width: 1550px) {

.absolute-01 {
display:block;
left:18%;
width:135px;
top:1010px;
} 

.absolute-02 {
display:block;
left:8%;
width:420px;
top:105px;
} 


}




/* 1440 x 900 */
@media only screen and (max-width: 1460px) {

.absolute-01 {
display:block;
left:16.5%;
width:130px;
top:955px;
} 

.absolute-02 {
display:block;
left:8%;
width:420px;
top:105px;
} 


}




/* 1366 x 768 & 1366 x 760 */
@media only screen and (max-width: 1390px) {

.absolute-01 {
display:block;
left:14.5%;
width:125px;
top:910px;
} 

.absolute-02 {
display:block;
left:7.5%;
width:410px;
top:100px;
} 

}




/* 1280 x 800 */
@media only screen and (max-width: 1300px) {

.absolute-01 {
display:block;
left:13%;
width:120px;
top:870px;
} 

.absolute-02 {
display:block;
left:6%;
width:400px;
top:90px;
} 

}





@media only screen and (max-width: 1200px) {

.absolute-01 {
display:block;
left:10%;
width:115px;
top:820px;
} 

.absolute-02 {
display:block;
left:6%;
width:390px;
top:85px;
} 

}




@media only screen and (max-width: 1100px) {

.absolute-01 {
display:block;
left:8.5%;
width:115px;
top:760px;
} 

.absolute-02 {
display:block;
left:6%;
width:360px;
top:70px;
} 

}





/* 1024 x 768 */
@media only screen and (max-width: 1050px) {

.absolute-01 {
display:block;
left:7%;
width:110px;
top:730px;
} 

.absolute-02 {
display:block;
left:6%;
width:340px;
top:65px;
} 

}




/* 960 x 600 */
@media only screen and (max-width: 980px) {

.absolute-01 {
display:block;
left:3%;
width:105px;
top:680px;
} 

.absolute-02 {
display:block;
left:5.5%;
width:310px;
top:60px;
} 


}




@media only screen and (max-width: 900px) {

.absolute-01 {
display:block;
left:2.5%;
width:100px;
top:635px;
} 

.absolute-02 {
display:block;
left:5%;
width:290px;
top:90px;
} 

}




/* 800 x 1280 & 768 x 1024 */
@media only screen and (max-width: 810px) { 

.absolute-01 {
display:none;
left:2%;
width:100px;
top:750px;
} 

.absolute-02 {
display:block;
left:4%;
width:270px;
top:85px;
} 


}





@media only screen and (max-width: 700px) {

.absolute-02 {
display:block;
left:4%;
width:250px;
top:80px;
} 

}





/* 600 x 960 */
@media only screen and (max-width: 620px) {

.absolute-02 {
display:block;
left:3%;
width:230px;
top:90px;
} 

}




@media only screen and (max-width: 550px) {

.absolute-02 {
display:block;
left:3%;
width:220px;
top:80px;
} 

}




/* 480 x 853 */
@media only screen and (max-width: 500px) {

.absolute-02 {
display:block;
left:2.5%;
width:200px;
top:50px;
} 

}




/* 412 x 732 & 414 x 736 (iPhone) */
@media only screen and (max-width: 430px) {

.absolute-02 {
display:block;
left:2.5%;
width:195px;
top:35px;
} 

}




/* 360 x 740 & 375 x 812 */
@media only screen and (max-width: 380px) {

.absolute-02 {
display:block;
left:2.5%;
width:175px;
top:30px;
} 

}




/* 320 x 568 */
@media only screen and (max-width: 330px) {

.absolute-02 {
display:block;
left:2.5%;
width:165px;
top:25px;
} 

}




@media only screen and (max-width: 300px) {

.absolute-02 {
display:block;
left:2.5%;
width:150px;
top:20px;
} 

}










