.new-btn{
    -moz-user-select: none;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}
.new-btn-default{
    border: 1px solid #ccc;
    color: #333;
}
.new-btn-default:hover{
    background: #dddddd;
}
.new-btn-primary{
    background: #f9218d;
    color: #fff;
}
.new-btn-primary:hover{
    background: #f92181;
}
.margin-top-10px{
    margin-top: 10px;
}
.margin-0{
    margin: 0;
}
.cover{
    background: transparent;
    height: 97%;
    left: 0;
    position: absolute;
    top: 0;
    width: 94%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 11px;
    border-radius: 5px;

}
.cover p{
    color: transparent;
}

.cover:hover{
    background: rgba(0,0,0,.5);
    transition: transform 0.5s;
    color: white;
}
/*
    background: transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 106%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -12px;
    border-radius: 5px;
*/
