
.scroll-images, .scrollmenu {
  
width: 100%;
  height: 190px;
 
  overflow-x: auto;
  overflow-y: hidden; float:left; display: flex;
  flex-wrap: nowrap;
  
scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  }

.scroll-images::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa;
}

.scroll-images::-webkit-scrollbar-thumb {
  background-color: transparent;
}


.child {
  width: 250px;
  height: 70px;
  margin: 1px 10px;
  overflow: hidden; border:1px solid #ff0000; 
}

.cover {
 position: relative; border:0px solid #ccc; margin-top:5px; margin-bottom:5px; height:210px; width:100%; font-family:poppins;
	font-size:0.8em;
}

.left {
  
width:30px; height:30px; border:0px solid #ccc;
position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);  margin-right:20px;
background-image:url("images/back2.png");  
background-position:center ; background-repeat:no-repeat;
background-color:transparent; z-index:999;

 
}

.right {
  
width:30px; height:30px; border:0px solid #ccc;
position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

background-image:url("images/back3.png");  
background-position:center ; background-repeat:no-repeat;


background-color:transparent;}


/**/ .scroll-images::-webkit-scrollbar {
  -webkit-appearance: none;
} /***/