@font-face {
    font-family: "mace";
    src:url("./../../../assets/iconfont/fonts/mace.eot");
    src:url("./../../../assets/iconfont/fonts/mace.eot?#iefix") format("embedded-opentype"),
    url("./../../../assets/iconfont/fonts/mace.woff") format("woff"),
    url("./../../../assets/iconfont/fonts/mace.ttf") format("truetype"),
    url("./../../../assets/iconfont/fonts/mace.svg#starmile") format("svg");
    font-weight: normal;
    font-style: normal;
}

.mace-youtube {
    overflow: hidden;

    height: 0;
    padding-top: 56.25%;
    margin-bottom: 30px;

    position: relative;

    cursor: pointer;

    background-color: #000;
}
.mace-youtube img {
    width: 100%;

    position: absolute;
    top: -16.84%;
    left: 0;

    opacity: 0.7;

    cursor: pointer;
}

.mace-youtube iframe {
    height: 100%;
    width: 100%;

    position: absolute;
    top: 0;
    left: 0;
}

.mace-youtube .mace-play-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    transform: translate3d( -50%, -50%, 0 );

    cursor: pointer;
}

.mace-youtube .mace-play-button:before {
    display: block;

    font-size: 70px;
    line-height: 1;
    font-family: mace;

    content: "\e010";

    text-shadow: 0 10px 20px rgba(0,0,0,.2);

    color: #fff;
}
