ul#list {
    list-style : none;
    overflow : hidden;
    width : 100%;
    margin-bottom : 8%;
    border-top : solid 1px #c8c8c8;
}

ul#list li {
    position : relative;
    padding : 6% 5% 6% 5%;
    border-bottom : solid 1px #c8c8c8;
}

.thumbnail {
    float : left;
	width : 120px;
    margin-right : 20px;
	background-size : cover;
	background-position : center center;
	padding-top : 125px;
    border-radius : 10px;
}

ul#list li dl {
}

ul#list li dl dt {
    margin-bottom : 10px;
    font-size : 120%;
    font-weight : 600;
}

ul#list li dl dd {
    line-height : 1.5em;
}

ul#list li p {
    position : absolute;
    color : #eeeeee;
    font-size : 500%;
	font-family : "bebas-neue",sans-serif;
	font-weight : 600;
	font-style : normal;
    transform : scale(1.0, 1.2);
    letter-spacing : 2px;
    top : 4.5%;
    right : 4.5%;
    z-index : -1;
}