.page-row-expanded {
    background: none;
}

.game_overview {
    margin-top: 240px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.game-screenshots a img{
	border: 1px solid #eee;
	margin: 5px;
}

@media (max-width: 992px) {

    body {
        background-position: center 0;
    }
}

@media (max-width: 768px) {

    body {
        background-position: center -79px;
    }
}