﻿.left-column {
	width: 70%;
}

.right-column {
	width: 30%;
	padding-left: 15px;
}

.right-column img {
	margin-bottom: 20px;
	max-width: 100%;
}

@media only screen and (max-width: 600px) {
	.left-column {
		width: 100%;
	}

	.right-column {
		display: none;
	}
}
