.fixed-01 {
position:fixed;
display:block;
right:3%;
width:115px;
max-width:165px;
height:auto;
transform:scale(0);
bottom:50px;
animation-delay:2s;
animation-duration:1s;
animation-fill-mode:forwards;
animation-name:fixed-zoom;
cursor:pointer;
opacity:1.00;
transition:750ms;
z-index:9999;
}

.fixed-01:hover {
transition:650ms;
opacity:0.75;
}



.fixed-02 {
display:block;
position:fixed;
left:2%;
width:190px;
max-width:200px;
height:auto;
top:300px;
z-index:9998;
} 



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

}










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



}



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



}



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



}



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



}




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

.bulle-01 {
position:fixed;
display:block;
right:3%;
width:240px;
bottom:45px;
}

}




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



}




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

.fixed-01 {
display:block;
right:3.5%;
width:105px;
bottom:50px;
}

}





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



}




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



}





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

.fixed-01 {
display:block;
right:4%;
width:100px;
bottom:40px;
}

}




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



}




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

.fixed-01 {
display:block;
right:4.5%;
width:100px;
bottom:35px;
}

}




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



}





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

.fixed-01 {
display:block;
right:4.5%;
width:100px;
bottom:30px;
}

}





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

.fixed-01 {
display:block;
right:5%;
width:90px;
bottom:35px;
}

}




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




}




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

.fixed-01 {
display:block;
right:30px;
width:90px;
bottom:35px;
}

}




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

.fixed-01 {
display:block;
right:30px;
width:90px;
bottom:30px;
}

}




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



}




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



}




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



}










