body.gallery .caption, .gallery-container .caption {
    text-align: center;
}
main .gallery-container img, main .gallery-container .video_cont {
    max-height: 105vh;
    width: auto !important;
}
body.gallery .asset.image .image-placeholder, .gallery-container .asset.image .image-placeholder {
    max-height: 105vh;
}
html body div#using {
    opacity: 0 !important;
}

body.listing .listing-grid .asset:not(.title-element) .title {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    transition: color 250ms ease;
    color: #343434;
    font-family: "Benton Sans Regular", "Benton Sans Regular", sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 8px;
    text-align: left;
    display: none;
}
