/* Start custom CSS *//*.button{*/
/*    overflow: hidden!important;*/
/*    background: transparent!important;*/
/*}*/
/*.button:hover{*/
/*  color:white!important;*/
/*}*/

/*.button:after{*/
/*    content: " ";*/
/*    background-color: black;*/
/*    transform-style: preserve-3d;*/
/*    z-index: 1;*/
/*    border-radius: 50rem;*/
/*    width: 120%;*/
/*    height: auto;*/
/*    padding-top: 100%;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    bottom: auto;*/
/*    left: 0;*/
/*    right: auto;*/
/*    transition: transform .3s;*/
/*}*/

/*.button:hover:after{*/
/*     transform: translateY(-60%); */
/*}*//* End custom CSS */