/*
 * The MIT License (MIT)
 *
 * Copyright © 2013-2019 Florian Barras <https://barras.io> (florian@barras.io)
 */

/* BUTTONS ****************************************************************************************/

.button.play {
    position: absolute;
    right: 2em;
    top: 0;

    width: 1em;
    height: 1em;
}

.button.pause {
    position: absolute;
    right: 0;
    top: 0;

    width: 1em;
    height: 1em;
}
