
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }

    .news .article .news-img-wrap img {
        width: 100%;
    }

    .frame-custom-top-right-bloc,
    .frame-custom-top-center-bloc{
        height:auto;
    }

    .frame-custom-top-right-bloc div,
    .frame-custom-top-right-bloc figure,
    .frame-custom-top-right-bloc img,
    .frame-custom-top-center-bloc div,
    .frame-custom-top-center-bloc figure,
    .frame-custom-top-center-bloc img{
        width:100%;
    }

    .home-latest-layout .latest-home-content .teaser-text{
        font-size:16px;
    }

   /* .home-latest-layout .latest-home-content .teaser-text div{
        margin-bottom: 20px;
    } */

    #c19 .bloc-link {
        height: 30px;
        line-height: 30px;
        margin-top: 5px;
        margin-bottom: 40px;
    }

    .frame-custom-top-right-bloc .ce-bodytext,
    .frame-custom-top-center-bloc .ce-bodytext {
        width: 155px;
        font-weight:bold;
        line-height: 35px;
        font-size: 30px;
    }

    .frame-custom-top-center-bloc .ce-bodytext {
        width:70%;
        text-align:center;
        margin: 0px auto;
        left: 15%;
    }
}