.social-sm-icon {
    height: 3rem;
}

.shop-btn {
    background-image: url(img/shop-button.png);
    width: 50px;
    height: 171px;
    background-size: cover;
    position: fixed;
    right: 0;
    top: calc(50vh - 85px);
    z-index: 1090;
}

.vault-logo {
    height: 10rem;
    margin-top: -9rem;
    left: -3rem;
}

.vault-bg {
    background-image: url(img/podval.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}