
@media only screen and (max-width:319px)  {
  #img1 {
    float:left;
    background: url("pildid/260/pilt_soodus.png") no-repeat;
    width: 190px;
    height: 138px;
  }
}


@media only screen and (min-width:320px) and (max-width:767px)  {
  #img1 {
    float:left;
    background: url("pildid/320/pilt_soodus.png") no-repeat;
    width: 280px;
    height: 204px;
  }
}

@media only screen and (min-width:768px) and (max-width:959px)  {
  #img1 {
    float:right;
    background: url("pildid/760/pilt_soodus.png") no-repeat;
    width: 350px;
    height: 255px;
  }
}

@media only screen and (min-width:960px) {
  #img1 {
    float:right;
    background: url("pildid/960/pilt_soodus.png") no-repeat;
    width: 350px;
    height: 255px;
  }

}