.ttf-wrap {
	box-sizing: border-box;
	clear: both;
	display: none;
	float: none;
	height: auto;
	margin: 0 auto 15px !important;
	max-width: none;
	width: 100%;
}

.ttf-wrap.is-visible {
	display: block;
}

.ttf-source-hidden {
	display: none !important;
}

.ttf-media {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	display: block;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.ttf-img {
	display: block;
	height: auto;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

@media (min-width: 1024px) {
	.ttf-wrap {
		clear: none;
		float: left;
		margin: 0 15px 15px 0 !important;
		max-width: 336px;
		width: 100%;
	}
}
