@charset "UTF-8";
/*
 * Bootstrap Image Gallery Demo CSS 3.0.0
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.indicator li {
    height: 50px !important;
    width: 50px !important;
    border-radius: 50px !important;
}

.close, .next, .prev {
    font-size: 40px !important;
    color: #fff !important;
}