.simple-slider .swiper-slide {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 200px;
  }
}

.page-col {
  /*width: 40%;*/
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /*float: left;*/
}

@media (max-width: 768px) {
  .minilogo {
    width: 100%!important;
  }
}

@media (max-width: 576px) {
  .swiper-slide {
    background-position: 0px 0px!important;
  }
}

#category-main a:hover img {
  width: 110%!important;
  box-shadow: 5px 10px #888888;
}

