#pinBoot2 {
			position: relative;
			max-width: 100%;
			width: 100%;
		}
		.img002 {
			width: 200px;
			max-width: 250px;
			height: auto;
		}
		.white-panel2 {
			position: absolute;
			background: white;
			box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
			padding: 10px;
			border-radius: 5px;
		}
/*
stylize any heading tags withing white-panel below
*/

.white-panel2 h1 {
	font-size: 1em;
}
.white-panel2 h1 a {
	color: #A92733;
}
.white-panel2:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 1px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
p{
	 font-size:1em;
	 line-height:1em;
   	text-overflow: ellipsis;
}
#pinBoot3 {
			position: relative;
			max-width: 100%;
			width: 100%;
		}
		.img003 {
			width: 200px;
			max-width: 250px;
			height: auto;
		}
		.white-panel3 {
			position: absolute;
			background: white;
			box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
			padding: 10px;
			border-radius: 5px;
		}
/*
stylize any heading tags withing white-panel below
*/

.white-panel3 h1 {
	font-size: 1em;
}
.white-panel3 h1 a {
	color: #A92733;
}
.white-panel3:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
