
#kruu_wp_motivticket {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000
}

@media only screen and (max-width: 450px) {
    #kruu_wp_motivticket {
        z-index: 10000;
        position: relative;
        text-align: right;
        width: 100%;
    }
    #kruu_wp_motivticket a {
        display: block;
        right: 0;
    }
    #kruu_wp_motivticket a img {
        max-width: 100%;
        position: relative;
        top: 6px;
    }

}
