@media only screen and (min-width: 550px) {
	.bx-sizer {width: 400px; position: relative; padding-bottom: 50px; float: right; clear: right; margin: 0 0 0 1em; position: relative;}
	.bx-sizer img {max-width: 100%; margin-bottom: 0;}
	.bx-m-caption {text-shadow: 0 0 2px #000, 0 0 8px #000 !important; background-color:rgba(66,66,66,0.8); padding: 3%; color: #fff; text-decoration: none; width: 94%; position: absolute; bottom: 0px;}
}

@media only screen and (max-width: 549px) {
	.bx-sizer {width: 100%; position: relative; padding-bottom: 50px; float: right; clear: right; margin: 0 0 0 1em; position: relative;}
	.bx-sizer img {max-width: 100%; margin-bottom: 0;}
	.bx-m-caption {text-shadow: 0 0 2px #000, 0 0 8px #000 !important; background-color:rgba(66,66,66,0.8); padding: 3%; color: #fff; text-decoration: none; width: 94%; position: absolute; bottom: 0px;}
}

@media print {
	.bx-sizer {display: none;}
}