@media only screen and (min-width: 320px) and (max-width: 767px) {
	img#portrait{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		width: 250px;
		height: auto;
		
		margin-bottom: 15px;
	}
}