@media (max-width: 768px) and (min-width: 304px) {
		.box-content .item-image>img, .box-content div, .box-content .item-image {
		width: 94vw !important;
	}
	
	.box-content{
		background-color: #fff !important;
	}
}

@media (max-width: 769px) {
  .desktop-slider {
    display: none !important;;
  }
}

@media (min-width: 769px) {
  .mobile-slider {
    display: none !important;
  }
}

@media (min-width: 990px) {
  .hideme {
    display: none !important;
  }
}

@media (max-width: 990px) {
  .showme {
    display: none !important;;
  }
}

