	@media screen and (max-width: 1700px) {
		.content {
			width: 90%;
		}
		.container img {
			width: 100%;
		}
		.buttons {
			left: 20;
			bottom: 250;
		}
		.contentement {
			width: 90%;
		}
		.contentement img {
			left: -90;
		}
	}
	@media screen and (max-width: 700px) {
		.nav {
			display: none;
		}
		#banner1 {
			display: none;
		}
		.buttons {
			bottom: 50;
		}
		.story {
			padding: 50px 0;
		}
		.contentement {
			flex-direction: column;
			background: none;
			border: 0;
		}
		.contentement img {
			position: unset;
			width: 100%;
		}
		.swap {
			width: 90%;
		}
		.buttons a {
			font-size: 12px;
		}
		.cmodal {
			width: 100%;
			height: 100%;
			padding: 10px;
			box-sizing: border-box;
		}
	}