
#project-image-gallery-modal a.carousel-control.left,
#project-image-gallery-modal a.carousel-control.right {
    top: 20px;
}

div.horizonal-image-gallery {
    overflow-x: auto;
    padding-bottom: 20px;
}
div.horizonal-image-gallery div.ligm-item {
    display: inline-block;
    vertical-align: center;
}

@media screen and (max-height: 700px) {
    #project-image-gallery-modal div.modal-body {
        min-height: 100px;
        max-height: 400px;
    }
}

@media screen and (min-height: 700px) and (max-height: 900px) {
    #project-image-gallery-modal div.modal-body {
        min-height: 200px;
        max-height: 500px;
    }
}

@media screen and (min-height: 900px) {
    #project-image-gallery-modal div.modal-body {
        min-height: 300px;
        max-height: 700px;
    }
}
