@media only screen and (min-width: 991px) and (max-width: 1199px) {

}

@media only screen and (min-width: 991px) and (max-width: 1024px) {

}

@media only screen and (min-width: 320px) and (max-width: 992px) {

}

@media (max-width:812px) { 

}

@media only screen and (min-width: 320px) and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 480px) {

	.main-content .content {
		display: block;
	}

	.left-side,
	.right-side {
		position: absolute;
		display: block;
		width: 100%;
		height: 50vh;
	}

	.left-content img,
	.right-content img {
		max-height: 120px;
	}

	.left-side {
		top: 0;
	}

	.right-side {
		bottom: 0;
	}

	.left-content .text-block,
	.right-content .text-block {
		display: table;
		width: 70%;
	}

	.left-content,
	.right-content {
		position: absolute;
		top: calc(50% - 155px);
		width: 100%;
	}

	.social-media {
		margin: 16px 0;
	}

}

@media (max-width:375px) { 

}

@media (max-width:320px) { 

}