﻿body {
    word-wrap: break-word
}

.share-icons {
    text-align: center;
    margin: 1em 0;
}

    .share-icons a {
        font-size: 1.5rem;
        color: #aaa;
        margin: 0 .5rem;
    }

.mobile-only {
    display: none;
}

@media only screen and (max-device-width : 480px) {
    .mobile-only {
        display: inline;
    }
}

.video-link {
    position: relative;
    display: block;
}

.video-link:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f144";
    font-family: FontAwesome;
    color: #fff;
    font-size: 60px;
}