@media(min-width:768px){
.switcher-icon-wrapper {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: 0 auto;
  padding-left: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.switcher-icon {
  border: 1px solid #bfbfbf;
  border-radius: 100%;
  color: #008cea;
  font-size: 50px;
  height: 60px;
  margin: 0 auto !important;
  padding: 20px !important;
  width: 60px;
    background: #ffffff;
}
.uk-grid-switcher-icon {
  background: rgba(0, 0, 0, 0) url("images/icon-divider.png") repeat-y scroll 50% 0;
  position: relative;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.uk-grid-switcher-icon > .uk-width-medium-1-2 {
  padding-left: 50px;
  padding-right: 50px;  z-index: 2;
}
}