#diagram_use_case{
	background:no-repeat center 45%;
	background-size:auto 95%;
	height:620px;
	width:100%;
	text-align:center;
}
.group{
	display:flex;
	justify-content:space-between;
	margin:0 auto
}
.group .items{
	width:180px;
	max-width:180px;
	vertical-align:top;
	position: relative;
	/*top: -10px;*/
}
.group .list{
	text-align:center;
	/*margin-bottom: 2px;*/
}
.group .list a{
	display:block;
}
.group .title,
.group .list a{
	font-size:var(--fs-14);
}
.group .wistia_click_to_play{
	position:static!important;
	height:auto!important;
	width:auto!important;
}
.group_4,
.group_1{
	max-width:350px;
}
.group_3,
.group_2{
	max-width:700px;
}
.group_3{
	margin-top:50px;
}
.group_4{
	margin-top:25px;
}
@media (max-width:767px){
	#diagram_use_case{
		background:none!important;
		height:auto;
		text-align:center;
		margin-top:0;
	}
	#diagram_use_case .img_wrap img{
		max-width:80%;
	}
	#diagram_use_case .items {
		float: left;
		margin-bottom: 20px;
		width: 33%;
	}
	#diagram_use_case .items:last-child{
		margin-bottom:0;
	}
	#diagram_use_case .items .title{
		font-size:var(--fs-18);
	}
	#diagram_use_case .items a{
		font-size:var(--fs-16);
	}
}
@media (max-width: 610px) {
	#diagram_use_case .items {
		width: 50%;
	}
}
@media (max-width: 414px) {
	#diagram_use_case .items {
		width: 100%;
	}
}