.flickr_link{
	font-weight: bold;
	display:block;
	background-image: url(/StaticWebResources/static/gov3/images/arrow_blue.png);
	background-repeat:no-repeat;
	padding-left: 15px;
	margin-left:10px;
	margin-top:10px;
}


#main-content .flickr_link{	
	width:96%;
}

.rightColumnBox .flickr_link{
	width:90%;
}


.flickr_wysiwyg_embed iframe{
	width:100%;
}

@media only screen and (min-width:992px){
	.rightColumnBox .flickr_wysiwyg_embed iframe{
		min-height:180px;
	}
}

@media only screen and (max-width: 991px) and (min-width:445px){
	.rightColumnBox .flickr_wysiwyg_embed iframe{
		min-height:280px;
	}
}

@media only screen and (max-width: 444px) and (min-width:315px){
	.rightColumnBox .flickr_wysiwyg_embed iframe{
		min-height:280px;
	}
}

@media only screen and (max-width: 315px){
	.rightColumnBox .flickr_wysiwyg_embed iframe{
		min-height:280px;
	}
}

#main-content .flickr_wysiwyg_embed iframe{
	min-height:280px;
}

