.yts-wrap {
	display: flex;
	margin: 20px 0;
	clear: both;
}

.yts-wrap.yts-align-center {
	justify-content: center;
}

.yts-wrap.yts-align-left {
	justify-content: flex-start;
}

.yts-wrap.yts-align-right {
	justify-content: flex-end;
}

.yts-inner {
	position: relative;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}
