/* @media(min-width: 768px){
	html, .store {
	height: 100%;
} 
	
}

.store .wrapper {
	min-height: 100%!important;
	display: flex!important;
	flex-direction: column!important;
	
}

.store .off-canvas-wrapper, 
.store .off-canvas-content, 
.store .l-main, 
.store .band, 
.store .container, 
.store .row, 
.store .store-iframe, 
.store .store-iframe p {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin: 0;
	padding: 0;
}


.store .container {
width: 100%;
}

.store .band {
 padding: 0;
	margin: 0;
}

.store .store-iframe > p {
line-height: 1;
font-size: 0;
} */

.store-iframe p {
	padding: 0;
	margin-bottom: -10px;
}

#gmg-iframe {
	flex-grow: 1;
	min-height: 1170px;
}

@media(min-width:445px){
		#gmg-iframe {
	min-height: 1310px;
	}
}

@media(min-width:790px){
		#gmg-iframe {
	min-height: 1000px;
	}
}

@media(min-width:1025px){
		#gmg-iframe {
	min-height: 1030px;
}
}

@media(min-width: 1921px) {
	#gmg-iframe {
	min-height: 1040px;
}
}


@media(min-width: 2200px) {
	#gmg-iframe {
	min-height: 1100px;
}
}