@charset "UTF-8";
/* TECHO MOUNTAIN CSS */
/* Author: Max van Doorn */

.container .techomountain, .container .techomountain-open, .container .stonetecho, .container .stonetecho-default, .container .stonetecho-color {
    margin:20px auto;
    width:90%;
    height:0;
    padding-bottom:90%;
    background-size:100%;
    background-repeat:no-repeat;
    background-position:center;
}

@media screen and (min-width:333px) {
    .container .techomountain,.container .techomountain-open {
        width:300px;
        height:300px;
        padding-bottom:0;
    }
}

@media screen and (min-width:222px) {
    .container .stonetecho,.container .stonetecho-default,.container .stonetecho-color {
        width:200px;
        height:200px;
        padding-bottom:0;
    }
}

.container .techomountain {
    background-image:url(//images.neopets.com/island/techomount_closedmouth.gif);
}

.container .techomountain-open {
    background-image:url(//images.neopets.com/island/techomount_stonetecho.gif);
}

.container .stonetecho-default {
    background-image:url(//images.neopets.com/island/stonemastertecho_stone.gif);
}

.container .stonetecho-color {
    background-image:url(//images.neopets.com/island/stonemastertecho_color.gif);
}