/**************** Gallery CSS ****************/
.gallery_back_button span.back_btn {
    background-image: none !important;
    display: block;
    height: auto !important;
    width: auto !important;
}
.gallery_back_button span.back_btn:before {    
    color: #0d1a5c;
    content: "<";
    display: block;
    font-family: 'ModernPictogramsNormal';
    font-size: 4em;
    text-decoration: none;
}
.gallery_back_button span.back_btn:hover:before,  .gallery_back_button span.back_btn:hover{    
    color: #565f8d;
    text-decoration: none !important;
}
.gallery_back_button span.back_btn:active:before {    
    position: relative;
    top: 1px;
}