/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 17 2026 | 09:00:11 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.brand img{
	height: 42px;
    width: auto;
}

.footer-nav img {
    height: 50px;
    width: auto !important;
    margin-bottom: 12px;
	    object-fit: contain;
    object-position: left;
	max-width: 100%;
}
.herosection_custom  .scroll-cue {
    left: auto;
    right: 0;
}
.accordion_section_custom .ad-tile {
    aspect-ratio: 4/3;
}

.artist-portrait img {
    aspect-ratio: inherit;
}
.imagehover_effect  .artist-portrait:hover img {
    transform: scale(1.05);
    filter: saturate(1.04);
}

.imagehover_effect .artist-portrait img {transition: 0.5s ease all;}

.imagehover_effect .apoya-art img {
    transition: 0.5s ease all;
}

.imagehover_effect .apoya-art:hover img {
    transform: scale(1.05);
    filter: saturate(1.04);
}

@media (max-width:767px){

.gallery_customise .mov-support {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.gallery_customise .mov-support img.mov-img {
    height: 100%;
}
}