/* Add here all your CSS customizations */
#footerCk {
    position: fixed;
    bottom: 0;
    background-color: #f7f7f7;
    text-align: center;
    color: #000000;
    width: 100%;
    z-index: 999;
    font-size:12px
}
#footerCk p {margin: 0 0 3px;}
.stampFooter, .stampFooter a {
    color: #ffffff;
    float: right;
    /* top: 0px; */
    /* margin-right: 0px; */
    width: 25px;
    height: 25px;
    background-color: transparent;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    padding: 2px;
    margin: 0px 20px 5px 10px;
}
.gdpr-bar-description {
    width: 100%;
}


@media (min-width: 768px) {
    .ico_stretch {
        width: 200px;
        height: 113px;
    }
}

@media (min-width: 992px) {
    .ico_stretch {
        width: 260px;
        height: 147px;
    }
    .grid-item figure {
        height: 360px;
    }
}

@media (min-width: 1200px) {
    .ico_stretch {
        width: 314px;
        height: 177px;
    }
    .grid-item figure {
        height: 400px;
    }
}
@media (min-width: 1400px) {
    .ico_stretch {
        width: 380px;
        height: 214px;
    }
    .grid-item figure {
        height: 420px;
    }
}
@media (min-width: 1600px) {
    .ico_stretch {
        width: 430px;
        height: 242px;
    }
    .grid-item figure {
        height: 460px;
    }
}
@media (min-width: 1920px) {
    .ico_stretch {
        width: 530px;
        height: 298px;
    }
    .grid-item figure {
        height: 551px;
    }
}
@media (min-width: 2400px) {
    .ico_stretch {
        width: 670px;
        height: 377px;
    }
    .grid-item figure {
        height: 830px;
    }
}