	.interior__content {min-height: 400px;}
.grid-container {max-width:1200px;margin: 0 auto;margin-bottom:100px;}
.grid {box-sizing:border-box;}
.grid-item { width: 25%;box-sizing:border-box;}
.grid-item img {
	object-fit:cover;
	width:100%;
	height:100%;
	border: 2px solid white;
	box-sizing: border-box;
	border-radius:5px;
}
#load {
	color: white;
	background: black;
	border:none;
	border-radius:5px;
	width:100%;
	font-size: 22px;
	min-height: 50px;
	margin-top:2px;
	transition: opacity .25s;
	cursor:pointer;
}
	
	.iframe-modal {
		width: 100%;
		height: 100%;
		background: #0000009e;
		z-index: 9999;
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 0px;
		left: 0px;
	}
	
	#submitFrame {
		width: 90%;
		height: 90%;
		border-radius: 8px;
	}
	
	button.btn--main {
		border: none;
		cursor: pointer;
	}