.widget_bxslider_skin {
  position:relative; overflow:hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.bx-wrapper {
  margin-bottom: 0px;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 0px solid #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  position: relative;
  left: 24%;
}

@media only screen and (min-width:428px) and (max-width:768px) {
.bx-wrapper img {
  position: relative;
  left: 25.3%;
}
}

@media (max-width:427px) {
.bx-wrapper img {
  position: relative;
  left: 17%;
}
}