/*
 Theme Name:     ChildTheme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");
 

/*
 * Alleen de Foyer standaardtemplate met een afbeeldingsachtergrond.
 */
[data-foyer-template="default"].foyer-slide-background-image {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000 !important;
    overflow: hidden;
}

[data-foyer-template="default"].foyer-slide-background-image
> .foyer-slide-background-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    background: #000 !important;
    overflow: hidden;
}

[data-foyer-template="default"].foyer-slide-background-image
> .foyer-slide-background-image
> figure {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

[data-foyer-template="default"].foyer-slide-background-image
> .foyer-slide-background-image
> figure
> img {
    position: static !important;

    display: block;
    width: 100%;
    height: 100%;

    max-width: 100%;
    max-height: 100%;

    min-width: 0 !important;
    min-height: 0 !important;

    object-fit: contain !important;
    object-position: center center;

    transform: none !important;
}