@media all {
    .featherlight.dark .featherlight-pause {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 32px;
        height: 32px;
        padding: 3px;
        z-index: 9999;
        cursor: pointer;
    }
    .featherlight.dark .featherlight-pause span {
        width: 26px;
        height: 26px;
    	display: block;
        text-align: center;
        border: 1px solid #aaa;
        color: #fff;
		font-family: 'FontAwesome';
    	margin: 0 0 0 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        text-shadow: 0px 0px 3px #000;
    }
    .featherlight.dark .featherlight-play {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 32px;
        height: 32px;
        z-index: 9999;
        cursor: pointer;
    }
    .featherlight.dark .featherlight-play span {
        position: absolute;
        bottom: 3px;
        right: 3px;
        width: 26px;
        height: 26px;
    	display: block;
        text-align: center;
        border: 1px solid #aaa;
        color: #fff;
		font-family: 'FontAwesome';
    	margin: 0 0 0 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        text-shadow: 0px 0px 3px #000;
    }
    .featherlight-next,
    .featherlight-previous {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0;
        width: 10%;
        min-width: 52px;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: rgba(0, 0, 0, 0);
        overflow: hidden;
        z-index: 2;
        cursor: default;
    }
    .featherlight-previous {
        left: 0px;
    }
    .featherlight-next:hover,
    .featherlight-previous:hover {
        /*background: rgba(0, 0, 0, 0.3);*/
    }
    .featherlight-next span,
    .featherlight-previous span {
        display: block;
        position: absolute;
        top: 50%;
        width: 82%;
        text-align: center;
        font-size: 32px;
        margin-top: -26px;
        text-shadow: 0px 0px 3px #000;
        color: #fff;
        font-style: normal;
        font-weight: normal;
    }
    .featherlight-next span {
        right: 5%;
        left: auto;
    }
    .featherlight-next span {
        left: 5%;
        right: auto;
    }
    .featherlight-next:hover span,
    .featherlight-previous:hover span {
        display: inline-block;
    }
    .featherlight-loading .featherlight-previous,
    .featherlight-loading .featherlight-next {
        display: none;
    }
    .gallery_container {
        position: relative;
    }
    .gallery_overlay {
        position: absolute;
        color: #fff;
        font-size: 2em;
        padding: 10px;
        text-shadow: 0 0 2px #000;
        font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
        line-height: 0.6em;
    }
    .featherlight.light .featherlight-previous,
    .featherlight.light .featherlight-next {
        display: none;
    }
}

@media only screen and (max-device-width:1024px) {
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: none;
    }
    .featherlight-next span,
    .featherlight-previous span {
        display: block;
    }
}

@media only screen and (max-device-width:63.9375em) {
    .featherlight-next span,
    .featherlight-previous span {
        font-size: 26px;
        margin-top: -22px;
        text-shadow: 0px 0px 2px #000;
    }
    .featherlight.dark .featherlight-pause {
        width: 30px;
        height: 30px;
    }
    .featherlight.dark .featherlight-pause span {
        width: 24px;
        height: 24px;
        font-size: 18px;
        line-height: 24px;
    }
    .featherlight.dark .featherlight-play {
        width: 30px;
        height: 30px;
    }
    .featherlight.dark .featherlight-play span {
        width: 24px;
        height: 24px;
        font-size: 18px;
        line-height: 24px;
    }   
}

@media only screen and (max-width:39.9375em) {
    .featherlight-next span,
    .featherlight-previous span {
        font-size: 22px;
        margin-top: -18px;
        text-shadow: 0px 0px 2px #000;
    }
    .featherlight.dark .featherlight-pause {
        width: 28px;
        height: 28px;
    }
    .featherlight.dark .featherlight-pause span {
        width: 22px;
        height: 22px;
        font-size: 16px;
        line-height: 20px;
    }
    .featherlight.dark .featherlight-play {
        width: 28px;
        height: 28px;
    }
    .featherlight.dark .featherlight-play span {
        width: 22px;
        height: 22px;
        font-size: 16px;
        line-height: 20px;
    }   
}
