@media (max-width: 1200px) {

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.con {
    max-width: 95vw;
    display: flex;
    align-items: center;
    padding: 30px;
}

.con img {
    max-width: 80vw;
    max-height: 60vw;
}

.info.py img {
    max-height: 55vw;
}

.info.gd img {
    max-height: 45vw;
}
.selection {
    display: flex;
    flex-direction: row;
}
.info {
    display: none;
    color: white;
    background-color: black;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
}
.non {
    display:flex;
    flex-direction: column;
    text-wrap: initial;
}
.buttn {
    color: white;
    background-color: black;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    margin: 10px;
    height: 300px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-position 1s;
}
.trygame {
    display: none;
}
.buttn h1 {
    height: auto;
}

.selection {
    margin-top: 0px !important;
}

.rowcla {
    display: flex;
    flex-direction: column;
}

main .colcla {
    width: 100%;
}
.piglibrary {
    grid-template-columns: repeat(1, 2fr);
}
.downloadlink {
    margin-left: 0px;
}


}

@media (min-width: 1000px) {

.buttn:hover {
    background-position: right  bottom !important;
}
}