@media only screen and (min-width: 768px) and (max-width: 1023px) {
	img#portrait{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		width: 150px;
		height: auto;
		
		margin-top: 5px;
		margin-right: 25px;
		margin-bottom: 15px;
		
		float: left;
	}
}