#massagePicContainer {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	background-color: rgba(255,255,255,0.7);
	overflow: scroll;
	display: none;
	z-index: 999;
}
#massagePics {
	position: absolute;
	top: 4vh;
	left: 20%;
	right: 20%;
	bottom: 4vh;
	padding: 20px 0px;
	background-color: rgba(29,151,196,0.78);
	border-radius: 8px;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.25);
	border: solid 0px #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.showMassage, .noMassage {
	width: auto;
	height: 20vh;
	border: solid 2px #FFFFFF;
	margin: 10px 5px;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
	display: inline-block;
	z-index: 100;
}
#massagePics h1 {
	color: #FFFFFF;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.fullMassageOpen {
	color: #0C709B;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	text-decoration: underline;
}
#fullMassageClose {
	margin-top: 30px;
}
@media only screen and (max-width: 1500px) { 
	#massagePics {
	left: 15%;
	right: 15%;
	}
	.showMassage, .noMassage {
	height: 190px;
	}
}

@media only screen and (max-width: 1200px) {
	#massagePics {
	left: 10%;
	right: 10%;
	}
	.showMassage, .noMassage {
	height: 180px;
	}

}

@media only screen and (max-width: 1100px) {
	#massagePics {
	left: 8%;
	right: 8%;
	}
	.showMassage, .noMassage {
	height: 170px;
	}
	#massagePics h1 {
	margin-top: 20px;
	}
}

@media only screen and (max-width: 900px) {
	#massagePics {
	left: 5%;
	right: 5%;
	}
	.showMassage {
	width: 80%;
	max-width: 400px;
	height: auto;
	display: block;
	margin: 10px auto;
	}
	.noMassage {
	display: none;
	}
	#massagePics h1 {
	margin-top: 0px;
	}
}

@media only screen and (max-width: 800px) {
	#fullMassageClose {
	margin-top: 15px;
	}
}