.post_member
{
	transition-delay: calc(var(--iteration) * 0.075s);
}

.post_member .image
{
	max-width: 236px;
	min-height: 96px;
	display: flex;
	align-items: center;
	justify-content: center
}

.post_member .image img
{
	width: auto;
	max-height: 96px;
}

.post_member .link:hover
{
	transform: scale(1.1, 1.1);
}

.post_member .link:active
{
	transform: scale(0.95, 0.95);
}

/**********************************************************************************/

@media screen and (max-width: 1680px)
{
}

@media screen and (max-width: 1600px)
{
}

@media screen and (max-width: 1440px)
{
}

@media screen and (max-width: 1366px)
{
}

@media screen and (max-width: 1300px)
{
}

@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 1024px)
{
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 640px)
{
}

@media screen and (max-width: 480px)
{
}

@media screen and (max-width: 360px)
{
}