
.google-catfish {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    z-index: 999999;

    display: flex;
    justify-content: center;
    align-items: flex-end;

    overflow: hidden;
    box-sizing: border-box;

    background: transparent;
}

.google-catfish a {
    display: block;

    width: auto;
    max-width: 100%;

    margin: 0;
    padding: 0;

    line-height: 0;
    box-sizing: border-box;
}

.google-catfish img {
    display: block;

    width: auto;
    max-width: 100%;
    height: auto;

    max-height: 100px;

    margin: 0;
    padding: 0;
    border: 0;

    object-fit: contain;
}

/* Yopish tugmasi */
.google-catfish-close {
    position: absolute;

    top: 4px;
    right: 4px;

    width: 24px;
    height: 24px;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.75);
    color: #fff;

    font-size: 18px;
    line-height: 24px;
    text-align: center;

    cursor: pointer;
    z-index: 1000000;
}

/* Mobil */
@media screen and (max-width: 600px) {

    .google-catfish {
        width: 100%;
        max-width: 100%;
    }

    .google-catfish a {
        max-width: 100%;
    }

    .google-catfish img {
        max-width: 100%;
        max-height: 100px;
        width: auto;
        height: auto;
    }
}
