#records .item {
border-top: 2px solid GoldenRod;
    display: -ms-grid;
    display: grid;
    align-items: center;
    grid-template-columns: 300px auto;
}

#records .img {
	margin: 1em 1em 1em 1em;
}
#records .img img {
    width:300px;
}

#records .info {
    margin: 1em 1em 1em 1em;
}
#records ul li {
    font-size: 1.2em;
}
#records h1 {
	font-size: 1.2em;
}
#records h2 {
	font-size: 0.9em;
}
@media screen and (max-width: 768px) {
#records .img img,
#records .info
{
    width:100%;
}
}