@media only screen and (max-width: 600px) {
  

#animate-area {
    width: 100%;
    height: auto!important;
    background-image: url(../image/hb.png);
    background-position: 0px 0px;
    animation: animatedBackground 10s linear infinite;
    -moz-animation: animatedBackground 10s linear infinite;
    -webkit-animation: animatedBackground 15s linear infinite;
    -ms-animation: animatedBackground 10s linear infinite;
    -o-animation: animatedBackground 10s linear infinite;
    background-repeat: no-repeat;
    background-size: cover;
}


}