body {
	font: 16px/1.2 'Montserrat','Arial','Helvetica Neue','Helvetica',sans-serif;
}
.ismobile,
.isportrait {
	position:absolute;
	top:-100px;
	display:none;
}
@media(max-width: 960px) {
	.ismobile {
		display:block;
	}
}
@media(orientation:portrait) {
	.isportrait {
		display:block;
	}
}
.container {
//	background-color:#eee;
	width:100%;
	height:100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@media(min-width: 480px) {
	.container {
		max-width:480px;
	}
}
.header {
	margin:10px 0 0;
	text-align:center;
}
.logo {
	max-width:80%;
	max-height:150px;
}
.button {
	color:#fff;
	background-color:#000;
	border-radius:50px;
	line-height:50px;
	margin:20px auto;
	width:200px;
}
.title {
	margin:10px 0 0;
	text-align:center;
	font-size:20px;
}
.message-holder {
	padding:10px;
}
.overlay {
	display:none;
    position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	color: #000;
	background-color:rgba(0, 0, 0, 0.15);
}
.content img {
	height:100%;
	width:100%;
	max-width:calc(95vw);
	max-height:calc(90vh);
}
.media {
	margin:10px 0 0;
	text-align:center;
	font-size:10px;
	display:none;
}
.media .image {
	max-width:100%;
	max-height:200px;
	border-radius:10px;
}
.shadow {
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5), 0 10px 20px 0 rgba(0,0,0,0.5);
}
.phone {
	display:none;
	margin-top:10px;
	text-align:center;
	font-size:12px;
}
.redirect {
	text-align:center;
	margin-top:100px;
}
.message {
	margin:5px 0 0;
	border:solid black 2px;
	border-radius:25px;
	background-color:#f7f7f7;
	padding:30px;
	overflow-y:auto;
}
.sent {
	text-align:center;
	font-size:12px;
}
.linktree {
	display:none;
	margin-top:20px;
	text-align:center;
}
.linktree a {
	text-decoration:none;
	color:#fff;
}
.type {
	position: absolute;
	text-align: right;
	bottom: 20px;
	right: 30px;
	font-size:12px;
}
@media(max-width:960px) AND (orientation:landscape) {
	.container {
		max-width:100%;
		overflow-y:auto;
	}
	.message-holder {
		display:flex;
	}

	.media {
		width:20%;
		margin:0 auto;
	}
	.message {
		width:75%;
		margin:0 auto;
	}
}
