html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.twisted_main_block {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
	margin: -0.3125rem;
}
.twisted_each_block {
	width: 33.33333333%;
}
.twisted_each_block a {
	display: block;
	border-bottom: none;
	position: relative;
	text-align: center;
	text-decoration: none;
	margin: 0.3125rem;
	padding: 20% 0;
	overflow: hidden;
}
.twisted_each_block .twisted_image_content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: transform .3s;
	transform: scaleX(1);
	padding-bottom: 0!important;
}
.twisted_each_block:focus .twisted_image_content, .twisted_each_block:hover .twisted_image_content {
	transform: scale3d(1.04,1.04,1);
}
.twisted_each_block .twisted_image_content img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: none;
	transform-origin: 49.15% 0.18%;
	object-position: 49.15% 0.18%;
	background-position: 49.15% 0.18%;
	font-family: 'object-fit: cover; object-position: 49.15% 0.18%;';
}
.twisted_text_content {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1);
	transition: all .3s;
}
.twisted_text_content div {
	font-weight: 700;
	letter-spacing: .1875rem;
	z-index: 2;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	border: none;
	background-color: transparent;
	max-width: 100%;
	white-space: normal;
}
.twisted_each_block:focus .twisted_text_content, .twisted_each_block:hover .twisted_text_content {
	background-color: rgba(0,0,0,.25);
}
.twisted_text_content:after {
	transition: border-width .3s;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0 solid hsla(0,0%,98%,.2);
	box-sizing: border-box;
}
.twisted_each_block:focus .twisted_text_content:after, .twisted_each_block:hover .twisted_text_content:after {
	border-width: 0.625rem;
}