

.edinet_background_image {

    position:relative;
    height:100%;
}

.edinet_background_image picture {

    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: block;
    overflow: hidden;

}

.edinet_background_image picture img {

    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    font-family: 'object-fit: cover;';

}


.edinet_background_image picture img.lazy {

    object-fit: none;
    width:auto;
    height:auto;
    font-family: none;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);

}

.edinet_background_image picture img.lazy.loaded {

    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    font-family: 'object-fit: cover;';
    left:auto;
    top:auto;
    transform:none;

}


.edinet_background_image a {

    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: block;
}

.edinet_background_zoom_effect {

    overflow:hidden;

}

.edinet_background_zoom_effect picture img {

    transition-property:transform;
    transition-duration:.5s;
}

.edinet_background_zoom_effect:hover picture img {

    transform:scale(1.2);

}

