body{
	background-color:white;
	position: relative;
}

#main{
	width:100%;
	max-width:750px;
	min-width:320px;
	background-color:white;
	margin: auto;
	overflow: hidden;
}
img {
    max-width: 100%;
}
.landing-image {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.landing-image a {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 300px;
}
@media screen and (min-width: 768px) {
	.landing-image {
		background-size: contain;
	}
}

#store-page {
    width: 100%;
    /* max-width: 750px; */
    min-width: 320px;
    background-color: white;
    margin: auto;
    overflow: hidden;
}

.store-top {
    text-align: center;
}

.swiper-slide {
	padding-bottom:30px;
	min-height: 200px;
}

.swiper-container {
    height: auto !important;
}

.swiper-slide img{width:100%}


.landing-image .video {
	position: absolute;
	bottom: 200px;
	left: 0;
	width: 249px;
	left: 50%;
	transform: translateX(-50%);
}
.landing-image img {
	min-height: 100vh;
	object-fit: cover;
	vertical-align: bottom;
}
@media screen and (min-width: 768px) {
	.landing-image .video {
        bottom: 400px;
    }
}
