@media print, screen {
	
	section {
		padding: 0 3.125vw
	}
	section a {
		display: block;
		border-top: .625vw solid #e6e6e6;
		padding: 3.125vw 0;
		color: #3c3c3c;
		text-decoration: none
	}
	section a > div div {
		display: flex
	}
	section a > div div .thumb {
		width: 31.25vw;
		display: block;
		border: .3125vw solid #e6e6e6;
		margin-right: 3.125vw
	}
	section a > div div h2 {
		font-size: 4.375vw;
		line-height: 1.43em
	}
	section a > div p {
		margin-top: 1em;
		font-size: 3.125vw
	}
	section a > div small {
		margin-top: 1em;
		font-size: 2.5vw;
		display: block
	}
	
}
@media print, screen and (min-width: 640px) {
	
	section {
		padding: 0 20px;
		width: 1240px;
		box-sizing: border-box;
		margin: 0 auto
	}
	section a {
		border-top-width: 2px;
		padding: 30px 0;
		color: #3c3c3c;
		display: table;
		width: 100%
	}
	section a:hover > div {
		opacity: .8
	}
	section a > div {
		transition: opacity .3s cubic-bezier(0.25, 0.1, 0.25, 1);
		-webkit-backface-visibility: hidden
	}
	section a > div div {
		display: block
	}
	section a > div div .thumb {
		width: 230px;
		display: block;
		float: left;
		border-width: 1px;
		margin-right: 20px
	}
	section a > div div h2 {
		width: 950px;
		font-size: 44px;
		line-height: 1.27em
	}
	section a > div p {
		margin-top: 1em;
		font-size: 16px;
		transition: opacity .3s cubic-bezier(0.25, 0.1, 0.25, 1)
	}
	section a > div small {
		transition: opacity .3s cubic-bezier(0.25, 0.1, 0.25, 1);
		margin-top: 16px;
		font-size: 10px
	}
	
}