@charset "utf-8";



/* ==============================
   Tablet landskape
   ============================== */

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

}
  
@media only screen and (max-width: 992px) {
    
}
  
/* ==============================
   Tablet Portrait
   ============================== */
  
@media only screen and (max-width: 768px) {
    .respon-image {
        position: absolute;
        top: -8px;
        left: -31px;
        max-width: 180px;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .respon-image {
        position: absolute;
        top: -8px;
        left: -31px;
        max-width: 180px;
        height: auto;
    }
}

/* ==============================
   Phone
   ============================== */
  
@media only screen and (max-width: 480px) {
    .respon-image {
        top: -8px;
        left: -31px;
        width: 200px;
        height: 200px;
    }

    .respon-image img {
        width: 205%;
        max-height: 116%;
    }
}

/* ==============================
   Small Phone
   ============================== */
  
@media only screen and (max-width: 319px) {
    .respon-image {
        top: -8px;
        left: -31px;
        width: 200px;
        height: 200px;
    }

    .respon-image img {
        width: 205%;
        max-height: 116%;
    }
}