/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2026 | 12:28:27 */
/* This affects the listing grid showing the translated resources on the BBV language landing pages */ 
/* The single grid item container */
.eq-translated-resources-grid__container {
	
}
/* The single grid item container content wrapper */
.eq-translated-resources-grid__content-wrap {
	
}
/* And the right content container */
.eq-translated-resources-grid__content-wrap__content {
	
}
.eq-translated-resources-grid__content-wrap__content--title {
	
}
.eq-translated-resources-grid__content-wrap__content--description {
	
}
/* The image thumbnail */
.eq-translated-resources-grid__content-wrap__image img {
	box-shadow: var(--eq-shadow);
    height: 100%;
    min-height: 310px;
    max-height: 550px;
    object-fit: cover;
}
.eq-translated-resources-grid__content-wrap__image-video img {
	box-shadow: var(--eq-shadow);
    /*width: 100%;
    min-height: 200px;
    max-height: 500px;
    object-fit: cover;*/
}

/* And the buttons */
.eq-translated-resources-grid__button a {
	display: flex;
    align-items: center;
    padding: 15px 25px;
    background-color: var(--color-red);
    color: var(--color-white) !important;
    border-radius: var(--border-radius-99);
}
.eq-translated-resources-grid__button a:hover {
	background-color: var(--color-red-hover);
}
.eq-translated-resources-grid__button .lni {
    font-size: 1.5rem;
    margin-right: 0.8rem;
}


.eq-translated-resources-grid__button--download {
	
}
.eq-translated-resources-grid__button--watch {
	
}