svg {
    width: 0px;
    height: 0px;
    margin-top: 1px;
}

#page_content {
    position: relative;
    width: 1000px;
    max-width: 95%;
    height: 100%;
    bottom: 0;
    overflow: hidden;
    margin: auto;
}
@media screen and (max-width: 900px) {
    #page_content {
        width: 100%;
    }
}
#countryDeposit {
    display: none;
}