@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	body {
		margin:0;
	}
	.main-container {
		min-width: unset;
		max-width: unset;
		border: none;
		border-radius: 0;
	}
}
