.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.bg-gallery-thumbnail {
    display: block;
    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 200ms ease-in-out;
}

.bg-border {
    box-shadow: 0 0 3px white;
    border-radius: 1px;

}

.bg-gallery-img-thumbnail {
    opacity: 0 !important;
}

.bg-hover:hover {
    transform: scale(1.2);
}

.bg-rotate-Z:hover {
    transform: rotateZ(360deg);
    transition: all 1s ease-in-out;
}

.bg-rotate-Y:hover {
    transform: rotateY(360deg);
    transition: all 1s ease-in-out;
}

.bg-rotate-X:hover {
    transform: rotateX(360deg);
    transition: all 1s ease-in-out;
}