    .logo {
        padding: 20px;
        background: #fff;
        width: 200px !important;
        height: 200px;
        border-radius: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        padding: 35px;
        position: relative;
        z-index: 999999;
        box-shadow: 0 0 15px #dbdbdb;
    }

    .logo img {
        width: 100%;
    }

    .logiiin {
        padding-top: 75px;
        margin-top: -120px;
    }

    #logo-size {
        max-height: inherit;
        margin-right: 0;
    }