.galleryImage {
    width: 100%;
    height: 500px;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all .2s ease-in-out;
}

.row>* {
    margin: 25px 0;
}

.grayCover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #919191;
    opacity: 0.8;
    display: none;
}


.bigImage {
    position: fixed;
    height: 75%;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
}

.caption {
    position: fixed;
    top: 23%;
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    width: fit-content;
}

#img0 {
    background-image: url("images/gallery/banhMiPoster.png");
}

#img1 {
    background-image: url("images/gallery/eggrollsMade.png");
}

#img2 {
    background-image: url("images/gallery/vietCanvas.png");
}

#img3 {
    background-image: url("images/gallery/bunBoHuePoster.png");
}

#img4 {
    background-image: url("images/gallery/phoPoster.png");
}

#img5 {
    background-image: url("images/gallery/veggiePho.png");
}

#img6 {
    background-image: url("images/gallery/posterBoard.png");
}

#img7 {
    background-image: url("images/gallery/bunBoHueMade.png");
    background-position: center left -70px;
}

#img8 {
    background-image: url("images/gallery/coffeeBeingMade.png");
}

#img9 {
    background-image: url("images/gallery/thaiTea.png");
}

#img10 {
    background-image: url("images/gallery/woodArt.png");
}

#img11 {
    background-image: url("images/gallery/storeInside.png");
}

#img12 {
    background-image: url("images/gallery/crabRangoons.png");
}

#img13 {
    background-image: url("images/gallery/coffeePoster.png");
}

#img14 {
    background-image: url("images/gallery/banhMiMade.png");
}

#img15 {
    background-image: url("images/gallery/flowerArt.png");
}

.modal-content {
    background-color: #919191;
}

.modal-dialog {
    transform: translate(0, -50%) !important;
    top: 50%;
    margin: 0 auto;
}

.modal-body {
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px auto;
    height: 400px;
    background-size: contain;
    width: 75%;
}

button {
    background: none;
    border: 1px solid black;
    padding: 0px 7px 3px;
    font-size: 30px;
    font-weight: 300;
    line-height: 25px;
}

@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 710px;
    }
}

@media screen and (min-width: 1200px) {
    .galleryImage:hover {
        transform: scale(1.05);
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #img0, #img3 {
        background-size: 120%;
    }
}

/* Mobile View */
@media screen and (min-width: 0px) and (max-width: 767px) {
    .row>* {
        margin: 0;
    }
    
    .galleryImage {
        margin: 10px 0;
    }
    
    .bigImage {
        position: fixed;
        width: 90%;
        height: auto;
        top: 60%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 400px) {
    .modal-title {
        font-size: 15px;
    }
}