div.row.gallery{
    padding-left:  15px;
    padding-right: 15px;
    
}

.gallery-col{}

.gallery .gallery-col img{
    margin-bottom: 30px;
    cursor: pointer;
    width: 100%;
}

.gallery .modal img{
    width: 100%;
}

.modal-dialog {
  min-width: 65%;
}

.modal-content {
  height: auto;
  border-radius: 0;
}

.more-button{
    margin-bottom: 18px;
    /*width: 100%;*/

    background-color: #30baff;

    color: white;

    font-family: CenturyGothic;
    font-weight: bold;

    letter-spacing: 3px;

    /*border: 2px solid #20aaff;*/
    border: 2px solid white;

    padding-top:    6px;
    padding-bottom: 6px;

    /*margin-left : 15px;*/
    /*margin-right: 15px;*/

    border-radius: 5px;
}