.automation_type4_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.automation_type4_img_box {
	width: 32%;
}
.automation_type4_retina_size {
	width: 100%;
}
.automation_type4_cus_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 60px;
}
.automation_type4_cus_box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 84px;
	border: 1px solid #ECECEC;
	width: 48%;
}
.automation_type4_cus_box_text {
	margin-left: 20px;
	font-family: ilaria, sans-serif;
	font-weight: 700;
	font-size: 28px;
}




@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.automation_type4_gallery_row {
  overflow: hidden;
  padding: 0 0 60px 0;
  white-space: nowrap;
  position: relative;
}

.automation_type4_gallery_row:before,
.automation_type4_gallery_row:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.automation_type4_gallery_row:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.automation_type4_cus_box_icon {
	width: 80px;
}
.automation_type4_cus_box_text {
	width: 200px;
}


.automation_type4_gallery_row:hover .automation_type4_gallery_box {
  /**animation-play-state: paused; */
}

.automation_type4_gallery_box {
  display: inline-block;
  animation: 27s slide infinite linear;
}

.automation_type4_gallery_box img {
  height: 300px;
  width: 380px;
  margin: 0 20px;
  object-fit: cover;
}
.automation_type4_gallery_bigbox_mobile {
	display: none;
}



@media screen and (max-width: 992px) {
	.automation_type4_gallery_bigbox {display: none; width: 100%; position: static;}
	.automation_type4_gallery_bigbox_mobile {display: block;}
	.automation_type4_gallery_row:before {background: 0;}

}
@media screen and (max-width: 767px) {
	.automation_type4_gallery_box img {height: 300px; width: auto; margin: 0 5px;}
	.automation_type4_gallery_box {animation: 12s slide infinite linear;}
	.automation_type4_row_mb_none {display: none;}
	.automation_type4_img_box {width: 100%; margin-bottom: 30px;}
	.automation_type4_cus_box {width: 100%; margin-bottom: 20px;}	
}










