/*
Design by Diyar Parwana
Copyright Scandinavian Transport Network AK


*/

body, html {
margin: 0;
padding:0;
overflow-x: hidden;

}


.stntaxi_reklam {
  position: absolute;
  width: 400px;
  top: 300px;
  left:60%;
  z-index: 999;

}






@media screen and (max-width: 1000px) {
  .stntaxi_reklam {
    position: absolute;
    width: 400px;
    top: 400px;
    left:80%;
    z-index: 999;

  }
}




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

  .stntaxi_reklam {
    position: absolute;
    width: 250px;
    top: 200px;
    left:70%;
    z-index: 999;

  }

}




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

  .stntaxi_reklam {
    position: absolute;
    width: 250px;
    top: 400px;
    left:55%;
    z-index: 999;

  }

}






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

  .stntaxi_reklam {
    position: absolute;
    width: 200px;
    top: 420px;
    left:50%;
    z-index: 999;

  }

  #animatedText1 {
    display: none;

  }


}


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

  .stntaxi_reklam {
    position: absolute;
    width: 150px;
    top: 420px;
    left:55%;
    z-index: 999;

  }


}





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

.stntaxi_reklam {
  position: absolute;
  width: 100px;
  top: 420px;
  left:55%;
  z-index: 999;

}

}


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


.stntaxi_reklam {
display: none;
}

}
