.crs-wrap {
  position: relative;
  box-sizing: border-box;
}
.crs-wrap * {
  box-sizing: border-box;
}
.crs-screen {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.crs-screen-roll {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  transition: left 0.5s;
}
.crs-screen-item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.crs-screen-item-content {
  width: 100%;
  height: calc(100% - 50px);
  font-family: arial;
  padding: 50px;
}
.crs-bar {
  width: 100%;
 /* height: 50px;*/
/*  position: absolute;*/
  bottom: 0;
  left: 0;
  padding: 10px 0;
  float: left;
}
.crs-bar-roll-current {
  width: 68px;
  height: 38px;
  border-radius: 12px;
  border: 2px solid white;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
}
.crs-bar-roll-wrap {
  height: 100px;
  overflow: hidden;
  border-radius: 0px;
  position: relative;
}
.crs-bar-roll {
  height: 30px;
  display: inline-flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  transition: left 0.2s;
  width: 100% !important;
    left: 0px !important;
}
.crs-bar-roll-item {
      width: 19%;
    height:100px;
/*  border-radius: 8px;*/
  background-color: #fff;
  background-size: cover;
  background-position: center;
  opacity: 0.85;
  cursor: pointer;
}
.crs-bar-roll-item:not(:last-child) {
  margin-right: 10px;
}
.crs-bar-roll-item.product-img {
    width: 32.5%;
    margin: 1px;
}
.crs-bar-roll-item1 {
      width: 32.5%;
    height:100px;
/*  border-radius: 8px;*/
  background-color: #fff;
  background-size: cover;
  background-position: center;
  opacity: 0.85;
  cursor: pointer;
}
.crs-bar-roll-item1:not(:last-child) {
  margin-right: 2px;
}
@media (max-width: 1199.98px) {
  .crs-bar-roll-item {
    width: 18.8%;}
}

@media (max-width: 768.98px) {
  .crs-bar-roll-item {
    width: 18.6%;} }

@media (max-width: 991.98px) {
  .crs-bar-roll-item {
    width: 18.6%;}
     }



    @media (max-width: 682.98px) {
.crs-bar-roll-item {
    width: 18%;
    height: 60px;}
    .crs-bar-roll-wrap {
    height: 70px;}
}
@media (max-width: 483.98px) {
.crs-bar-roll-item {
    width:17.8%;}
 } 
 @media (max-width: 446.98px) {
.crs-bar-roll-item {
    width:17.5%;}
 } 
 @media (max-width: 398.98px) {
.crs-bar-roll-item {
    width:17%;}
 }
 @media (max-width: 337.98px){
.crs-bar-roll-item {
    width: 16%;
}}