.member_wrap{
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(36rem, 1fr));
	align-items: center;
	justify-items: center;
	margin: 0 auto;
	max-width: 120rem;
	min-width: 37.5rem;
	height: auto;
}
.wp-block-file{
	width: 35rem;
}
.wp-block-file__embed{
	align-items: center;
	justify-content: center;
	width: auto;
	height: 30rem !important;
	overflow: hidden;
}
.wp-block-file{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 3rem 1rem;
}
.wp-block-file a{
	color: #000;
}
.wp-block-file__button{
	margin-left: 0 !important;
	border-radius: 0 !important;
	border: .1rem solid var(--accent-color1) !important;
	padding: 0 !important;
	width: 30rem !important;
	height: 5rem !important;
	line-height: 5rem;
	color: var(--white) !important;	
	background: var(--accent-color1) !important;
	font-size: 2rem !important;
	text-align: center;
	transition: all .3s ease 0s !important;
} 
.wp-block-file__button a{
	color: var(--white) !important;	
}
.wp-block-file__button:hover{
	border: .1rem solid var(--accent-color1) !important;
	color: var(--accent-color1) !important;
	background-color: var(--white) !important;
}
