@font-face {
    font-family: 'feathericons';
    src:  url('../fonts/feathericons/feathericons.eot?p13zhi');
    src:  url('../fonts/feathericons/feathericons.eot?p13zhi#iefix') format('embedded-opentype'),
    url('../fonts/feathericons/feathericons.ttf?p13zhi') format('truetype'),
    url('../fonts/feathericons/feathericons.woff?p13zhi') format('woff'),
    url('../fonts/feathericons/feathericons.svg?p13zhi#feathericons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.viewer-zoom-in::before,
.viewer-zoom-out::before,
.viewer-one-to-one::before,
.viewer-reset::before,
.viewer-play::before,
.viewer-rotate-left::before,
.viewer-rotate-right::before,
.viewer-flip-horizontal::before,
.viewer-flip-vertical::before,
.viewer-fullscreen::before,
.viewer-fullscreen-exit::before,
.viewer-close::before {
    background-repeat: no-repeat;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
}

.viewer-prev::before,
.viewer-next::before {
    left: 0px;
    font-family: feathericons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.viewer-zoom-in::before {
    background-position: 0 0;
    content: 'Zoom In';
}

.viewer-zoom-out::before {
    background-position: -20px 0;
    content: 'Zoom Out';
}

.viewer-one-to-one::before {
    background-position: -40px 0;
    content: 'One to One';
}

.viewer-reset::before {
    background-position: -60px 0;
    content: 'Reset';
}

.viewer-prev::before {
    background-position: -80px 0;
    content: "\e92f";
}

.viewer-play::before {
    background-position: -100px 0;
    content: 'Play';
}

.viewer-next::before {
    background-position: -120px 0;
    content: "\e930";
}
