.md-favorite{

    position:absolute;

    top:12px;
    right:12px;

    width:32px;
    height:32px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#FFFFFF;

    cursor:pointer;

    z-index:999;

}

.md-favorite svg{

    width:24px;
    height:24px;

    overflow:visible;

}

.md-heart-outline{

    stroke:#FFFFFF;
    stroke-width:2;

    fill:none;

}