#myLauncher {
    display: flex;
    z-index: 10 !important;
    cursor: pointer;
    padding: 15px;
    border-radius: 1rem;
    width: 78px;
    text-align: center;
    color: white;
    background-color: #8BC4C1;
    position: fixed;
    bottom: 3.55rem;
    right: 3rem;
}

.gtm-hidden {
    display: none;
    visibility: hidden;
}

@media (max-width: 1020px) {
    #myLauncher {
        display: none !important;
    }
}

#image {
    display: flex;
    margin: 4px 3px 0 0;
}

#launcher,
.launcher-container {
    display: none !important;
}
