.v-btn__content img{
    height: 100px;
    margin-left: -16px;
}
.v-btn--icon.v-size--large {
    height: auto !important; 
    width: auto !important;
}
.v-btn:before {
    background-color: transparent !important;
    border-radius: 0 !important;
}
.theme--dark.v-btn--active:before, .theme--dark.v-btn--active:hover:before, .theme--light.v-btn--active:before, .theme--light.v-btn--active:hover:before    {
    opacity: 0 !important;
    border-radius: 0 !important;
}

.v-ripple__animation, .v-ripple__container {
   color: transparent !important;
}