.mesh-view {
	width: 100%;
	height : 50vh;
}

.caption1
{
	top:10%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative; width: 400px; height: 300px;
	z-index:10000000000;
}
								
								.caption2
								{
									margin: 0 auto;
									position: absolute; width: 400px; height: 300px; 
									background-color: Black; opacity: 0.0; filter: alpha(opacity=00);
								}
								
								.caption3
								{
									margin: 0 auto;
									position: absolute; width: 390px; height: 280px; 
									color: White; font-size: 16px; font-weight: lighter; font-family: Georgia, serif; 
									text-align: center; padding: 10px 10px 10px 10px; overflow:auto;
								}
								
									@media only screen and (max-width: 480px) 
									{
										.caption3{
											...;
											font-size: 32px;
											...;
										}
									}

									@media only screen and (max-width: 768px) {
										.caption3{
											...;
											font-size: 16px;
											...;
										}
									}

									@media only screen and (min-width: 769px) {
										.caption3{
											...;
											font-size: 16px;
											...;
										}
									}
									
.caption {
		position:absolute;
		bottom:0;
		left:0;
		font-size:10px;
		background-color: white;
		width: 100%;
		text-align: left;
}

.caption p {
		line-height: 10px;
		font-style: italic;
}
