#countDownSection, .flexRow{
    max-width: 550px;
    margin: auto;
}
#countDownSection{
	margin: 100px auto;
}
#binIt img{
	width:120px;
}

#likeMe img, #notLikeMe img{
    width: 100px;
}
#likeMe:hover, #notLikeMe:hover, #binIt:hover{
	cursor:pointer;
}
#showTarget{
	width:450px;
	height:338px;
	margin:10px 0;
	position: static;
}
#showTarget img{
	border-radius: 8px;
	border:1px solid #555555;
	width:100%;
}
#showTarget h3{
	position:relative;
	top:100px;
	font-size:1.8rem;
}


