[class*="block-grid-"]>li.small-red-button{
    padding:2px;
}


.small-red-button a{
color:#FFF;
text-decoration:none;
display:inline-block;
white-space:nowrap;
width:100%;
font-family: "alternate_gothic_fsno_3";
font-size:1.5em;
text-align:left;
text-transform:uppercase;
background-color:#900;
padding:10px 0 10px 0;
text-align: center;
transition: all 0.4s;
}


.small-red-button a .fa {
    margin-right: 6px;
}

.small-red-button a:hover{
    background-color:#000;
}

@media (min-width: 40em){
   [class*="block-grid-"]>li.small-red-button a {
        font-size:1.25em;
    }
}

@media (min-width: 70em){
    [class*="block-grid-"]>li.small-red-button a {
        font-size:1.5em;
    }
}