
@media all {
.featherlight-next, .featherlight-previous {
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 80%;
    position: absolute;
    right: 25px;
    top: 25px;
}
.featherlight-previous {
    left: 25px;
    right: 80%;
}
.featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
}
.featherlight-next span, .featherlight-previous span {
    color: #fff;
    display: none;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    left: 5%;
    line-height: 80px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 5px #fff;
    top: 50%;
    width: 82%;
}
.featherlight-next span {
    left: auto;
    right: 5%;
}
.featherlight-next:hover span, .featherlight-previous:hover span {
    display: inline-block;
}
.featherlight-loading .featherlight-next, .featherlight-loading .featherlight-previous {
    display: none;
}
}
@media only screen and (max-device-width: 1024px) {
.featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.featherlight-next span, .featherlight-previous span {
    display: block;
}
}
@media only screen and (max-width: 1024px) {
.featherlight-next, .featherlight-previous {
    left: 85%;
    right: 10px;
    top: 10px;
}
.featherlight-previous {
    left: 10px;
    right: 85%;
}
.featherlight-next span, .featherlight-previous span {
    font-size: 40px;
    margin-top: -30px;
}
}
