
.fancybox-custom .fancybox-skin { box-shadow: 0 0 50px #222; }
.fancybox-close                 { top: 0; right: 0; }
.fancybox-title iframe          { min-height: 30px; vertical-align: middle; }

#section-intro .span5 {
    padding-bottom: 40px;
}
#wide-art-grid {
    overflow: hidden;
}

#wide-art-grid .gallery-item-vertical {
    float: left;
    width: 25%;
    padding-right: 8px;
    box-sizing: border-box;
}

#wide-art-grid .gallery-item-horizontal {
    overflow: hidden;
    margin-bottom: 6px;
}

#wide-art-grid .image-box {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    float: none;
}

#wide-art-grid img {
    width: 100%;
    height: auto;
    display: block;
}

#section-small-prints {
    padding: 20px 60px;
    background-color: rgba(0, 0, 0, 0.7);
}

#small-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
    margin: 0;
}

#small-grid .small-print-item {
    flex: none;
}

#small-grid .small-print-item img {
    height: 250px;
    width: auto;
    display: block;
    cursor: pointer;
}

#small-grid .small-print-item p {
    color: #fff;
    font-size: 11px;
    text-align: right;
    margin: 4px 0 0 0;
}

#section-studio {
    padding: 20px 60px;
    background-color: rgba(0, 0, 0, 0.7);
}

#studio-grid {
    column-count: 2;
    column-gap: 10px;
}

#studio-grid .studio-item {
    break-inside: avoid;
    margin-bottom: 10px;
}

#studio-grid .studio-item img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

#studio-grid .studio-item p {
    color: #fff;
    font-size: 11px;
    text-align: right;
    margin: 4px 0 0 0;
}

#section-news {
    padding: 12px 60px;
    background-color: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid #333;
}
#section-news h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    padding-left: 80px;
}
#section-news h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
#section-news ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 10px 24px;
}
#section-news ul li {
    margin-bottom: 33px;
    padding-left: 80px;
}

#section-news ul p {
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s;
}

#section-news ul li a {
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #555;
    transition: color 0.2s, border-color 0.2s;
}

#section-news ul li a:hover {
    color: #fff;
    border-color: #fff;
}

.yt-embed {

    max-width: 768px;
    width: 100%;
    aspect-ratio: 16/9;
}

@media (min-width: 769px) {
    #section-intro,
    #section-news,
    #section-series-paintings,
    #section-small-prints,
    #section-studio {
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    
    #section-series-paintings .row-fluid {
        margin: 0;
        width: 100%;
    }
    
    #section-series-paintings .span12 {
        float: none;
        width: 100%;
    }
    
    #wide-art-grid {
        display: block;
        overflow: hidden;
    }
    
    #wide-art-grid .gallery-item-vertical {
        float: left;
        width: 20%;
        padding-right: 15px;
    }
    
    #wide-art-grid .gallery-item-horizontal {
        overflow: hidden;
    }
    
    #studio-grid {
    }
    
    #small-grid .small-print-item img {
        height: 400px;
    }
}

@media (max-width: 768px) {
    #small-grid {
        max-width: 100%;
    }
    
    #studio-grid {
        column-count: 1;
    }
    
    #section-small-prints,
    #section-studio {
        padding: 10px;
    }
    
    #section-news {
        padding: 10px;
    }
}
@media (max-width: 768px) {
    .row-fluid,
    .span5,
    .span12 {
        width: 100% !important;
        padding: 10px !important;
        box-sizing: border-box;
        float: none !important;
    }
    
    #section-intro {
        display: block;
    }
    
    #section-intro iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }
    
    #wide-art-grid {
        width: 100% !important;
        padding: 10px !important;
        box-sizing: border-box;
    }
    
    #wide-art-grid .gallery-item-vertical {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    
    #wide-art-grid .gallery-item-horizontal {
        overflow: visible;
    }
}