ul.media.gallery.widget {
    display: block;
    height: auto !important;
    white-space: nowrap;
    background: transparent;
    padding: 0 4vw;
}

ul.media.gallery.widget li {
    background: #dbdbdb;
    background: rgb(228, 228, 228);
    background: linear-gradient(0deg, rgba(228, 228, 228, 1) 0%, rgb(221 221 221) 100%);
    padding: 1rem;
    box-shadow: 1rem 1rem 2rem #00000063;
    width: auto;
    display: inline-block;
    height: 300px;
    max-height: 80vw;
    width: max-content;
    margin: 2rem 3rem;
    transition: .3s all ease;
    position: relative;
}

section#gallery {
    /* height: 300px; */
    background-image: url('/images/woodbg.jpg');
    background-size: auto 100%;
    padding: 3vw 0px 2vw;
}

.gallerywidget_wrapper.lightbox {
    /* height: 300px; */
}

img.checkimages {
    width: auto;
    height: 100%;
    display: block;
}

a.thumb {
    display: block;
    height: 100%;
    width: auto;
}.gallery li:nth-of-type(odd) {
    transform: rotate(1deg);
}

.gallery li:nth-of-type(even) {
    transform: rotate(-1deg);
}

ul.media.gallery.widget li:hover {transform: scale(1.1);}

ul.media.gallery.widget li:hover::before {
    content: '\f31e';
    font-family: 'FontAwesome';
    font-weight: 400;
    position: absolute;
    top: 1.3rem;
    right: 1.4rem;
    color: #ddddddb8;
}ul.media.gallery.widget li.gallery_link {
    display: inline-block;
    /* width: 440px !important; */
    margin: auto !important;
    background: transparent;
    box-shadow: none;
    color: #e8e6d5;
    text-shadow: 0 0 10px black, 0 0 5px black, 0 0 15px black;
    font-family: 'Vollkorn SC';
    font-size: 2rem;
    transform: translate(0, -160px);
    /* display: flex; */
    height: auto;
}

ul.media.gallery.widget li.gallery_link span {
    margin-right: 1rem;
}

li.gallery_link:hover::before {
    display: none;
}ul.media.gallery.widget li.gallery_link a {
    color: #e8e6d5;
    text-decoration: none;
}