.holder {
	width:1280px;
	height:768px;
	padding-right: 0px;
	padding-left: 15px;
	margin-right: 15px;
	margin-left: auto;

}

#profileDiv {
	border: 4px dotted rgb(164,220,185);
	width: 255px;

}

#profileInfo {
	color: rgb(164,220,185);
	line-height: 1.2em;
	font-size: .9em;
	font-weight: bold;
}

#preachingBtn{
	color: red !important;
	font-weight: bold;
	background-color: #a4dcb9 !important;
	border: 2px solid white;

}

#preachingBtn:hover {
	animation: shake 0.5s; 
	animation-iteration-count: infinite;

}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.thumbnails {
	margin-bottom: 25px !important;
}

@media (max-width: 360px) {

	.holder {
	  width: 360px;
	  height: 500px;
	}  

	#nootherfoundationLabelDiv {
		position: absolute;
		left: 75px;
		top: 120px;
		width: 200px !important;
	}


	#nootherfoundationLabel {
		max-width: 135%;
	}

	#preachingBtn{
		width: 53% !important;
		height: 20px !important;
		font-size: .5em !important;
		line-height: 0px;
		border: 2px solid white;
		margin:0 0 0 0;
		position: absolute;
		top: 127px;
		left: -30px;
	}


	#nootherfoundationPicDiv {
		position: absolute;
		left:-78px;
		top: 160px;
		width: 135% !important;
		height: 120px !important;
	}

	#nootherfoundationImg {
		max-width: 95% !important;
	}

	#abpDiv {
		position: absolute;
		top: 367px !important;
		left: 10px;
	}

	#abpPic {
		width: 100px !important;
	}

	#bookDiv {
		position: absolute;
		top: 367px !important;
		left: 252px;
	}

	#book {
		width: 100px;
	}


	#profileDiv {
		position: absolute;
		top: 367px !important;
		left: 124px;
		border: 2px dotted rgb(164,220,185);
		width: 115px;
		height: 64px;

	}

	#profileInfo {
		width: 95px;
		font-size: .41em;
		padding: 1px;
		margin: 5px !important;

	}


}