#main_image
{
	width: 980px;
	height: 352px;
	object-fit: cover;
}

#main_image_text
{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 376px;
    margin-left: -247px;
    margin-top: -50px;
    background-color: white;
    font-size: 56px;
    font-family: helvetica;
    font-weight: bold;
    padding: 18px 59px;
    overflow-x: hidden;
    text-wrap: nowrap;
}

.pog-image
{
	padding-bottom: 75px;
}