@charset "UTF-8";
/* MYSTERY ISLAND HARBOUR CSS */
/* Author: Max van Doorn */

.container .harbour-leave {
    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:222px) {
    .container .harbour-leave {
        width:200px;
        height:200px;
        padding-bottom:0;
    }
}

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