@media (min-width: 768px) and (max-width: 1024px) {
 .demo h4{
  margin: 0 0 20px 0;
  font-family: Raleway,sans-serif;
  color: #797979;
  font-size: 19px;
  font-weight: 600;
}
.demo .demoimg{  
  position:relative;
}
.demo .kiosk{
  position: absolute;
      top: 189px;
    left: 165px;
    font-size: 12px;
    color:#332BCC;
    border:1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    padding:5px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.demo .customer{
  position: absolute;
    top:50px;
    left:210px;
     font-size: 12px;
    color:#332BCC;
    border:1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    padding:5px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

.demo .counter{
  position: absolute;
  top: 129px;
    left: 352px;
     font-size:10px;
    color:#332BCC;
    border:1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    padding:5px;
    font-family: Raleway,sans-serif;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

.demo .dashboard{
  position: absolute;
    top: 150px;
    left: 500px;
     font-size: 12px;
    color:#332BCC;
    border:1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    padding:5px;
    font-family: Raleway,sans-serif;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

}

@media (min-width: 320px) and (max-width: 480px) {

.demo h4{
  margin: 0 0 20px 0;
  font-family: Raleway,sans-serif;
  color: #797979;
  font-size: 19px;
  font-weight: 600;
}
.demo .demoimg{  
  position:relative;
}
.demo .kiosk{
  position: absolute;
      top: 99px;
    left: 55px;
    font-size: 12px;
    color:#332BCC;
    border:1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    padding:5px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.demo .customer{
  position: absolute;
  top: 20px;
    left: 60px;
     font-size: 12px;
    color:#332BCC;
    border:1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    padding:5px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.demo .counter{
  position: absolute;
  top: 59px;
    left: 192px;
     font-size:10px;
    color:#332BCC;
    border:1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    padding:5px;
    font-family: Raleway,sans-serif;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

.demo .dashboard{
  position: absolute;
    top: 70px;
    left: 275px;
     font-size: 12px;
    color:#332BCC;
    border:1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    padding:5px;
    font-family: Raleway,sans-serif;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

  }