@media only screen and (max-width: 700px) {
  /* For tablets: */
  
  iframe
  {
      width:100% !important;
  }
  body
    {
        overflow-x: hidden !important;
    }
.salesmap
    {
        height: 40%;
    }
 .slider-pagi__elem:before {
	 width: 0.7rem !important;
	 height: 0.7rem !important;
     
}
 .slider-pagi__elem {
	 width: 1rem !important;
	 height: 1rem !important;
}
.slide__text-heading {
    line-height: 4rem !important;
    font-size: 2.5rem !important;
}

.rakamlarla {
    background-position: top !important;
    background-size: cover !important;
}
.slide__bg {
    background-position: top !important;
}

#toTop {
    right: 20px !important;
}
.img-box
    {
            text-align: -webkit-center;
            margin: 5% 0 !important;
            padding: 0 !important;
    }
    .caption {
    bottom: 10% !important;

}
    }