@media screen and (max-width: 770px) {
	.main-swiper.swiper {
		width: 100%;
		height: 100vh;
		max-height: 700px;
		position: relative;
	}

	.btn.secondary-bg {
		display: none;
	}

	.main-swiper.swiper .text {
		top: 300px;
		width: calc(100% - 30px);
	}

	.main-swiper.swiper .text .title {
		font-size: 1.6em;
	}

	.main-swiper.swiper .text .btn {
		border-radius: 50px;
		font-size: 1.5em;
		padding: 5px 20px;
		text-transform: uppercase;
	}

	.main-swiper img {
		opacity: .7;
		width: calc(100vw + 100px);
		height: 100%;
		margin-left: -100px;
	}
}