.node-type-embedded-video .multimedia-download a {
    position: relative;
    font-size: 12px;
    color: #2C659D;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 18px;
}

.node-type-embedded-video .multimedia-download a:after {
    content: '\f13A';
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -11px;
    font-size: 16px;
    pointer-events: none;
    color: #64a70b;
}