img {
	/* width:400px;
	height:320px; */
}

table, td {
	border: 1px #990000;  /*  was  border: 1px #70b8ff dashed; */
}
.container {
    width:50%;
    margin:0 auto;
    position:relative;
    padding-top:50%; /* was 75% */
}
.bg-image {
    position:absolute;
    top:0;
    left:0;
    width:100%;  /* was 100% */
    height:100%;
    background-image:url("https://lrobey.com/Championship/DSC_8034A.jpg");
    background-repeat:no-repeat;
    background-size:contain;
}