#InfoImages {
    height: auto; 
    width: 32%; 
    max-width: 427px;
}
#ReleaseImage {
    height: auto;
    width: auto; 
}
@media only screen and (min-width: 600px){
    .mobile-footer-overlay {
        display: none;
    }
}
@media only screen and (min-width: 1025px){
    #gamelist {
    }
    #contentwarn {
        max-width: 350px;
        margin-right: 10px
    }
    #maincontent {
        max-width: 1600px;
    }
    #downloadlist {
        min-width: 250px;
    }
    #synopsis {
        max-width: 1000px;
    }
    #maincontent {
        border-radius: 0px 25px 25px 0px;
    }
    .row {
        max-width: 99%;
    }
    #maincontent {
        background-color: white;
    }
    .list-group-item {
        color: rgb(201, 201, 201);
    }
    .tabnav {
        padding: 0;
    }
    #trailerimg {
        border-style: solid;
        color: pink;
        border-width: 1px;
    }
    .solidButton:hover {
        color: black;
    }
}