.wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

@media screen and (max-width: 1279px) {
	.wrapper {
		flex-direction: column;
	}
}

@media screen and (min-width: 768px) {
	.wrapper:before {
		content: none !important;
	}
}
