#ch-plugin-core > div:last-child {
    right: 2rem !important;
    bottom: 1rem !important;
}

#ch-plugin-launcher.on {
    display: block;
    transition: 0.2s;
    width: 4rem !important;
    height: 4rem !important;
}

#ch-plugin-launcher {
    display: none;
    transition: 0.2s;
    width: 4.2rem !important;
    height: 4.2rem !important;
}

#ch-plugin-launcher > img {
    height: 100% !important;
}