.cblock-thibault-wrapper{
    position: relative;
}
.cblock-thibault{
    position: relative;
    /*border: green 1px solid;*/
}

.cblock-thibault-image-wrapper{
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.cblock-thibault-text-wrapper{
    /*border: orangered 1px solid;*/
    height: 100%;
    display: table;
}

.cblock-thibault-text-wrapper > div{
    /*border: green 1px solid;*/
    display: table-cell;
    vertical-align: bottom;
}


.cblock-thibault-headline > p{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
}
.cblock-thibault-subtitle{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
}
.cblock-thibault-text > p{
    font-family: freight-neo-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
}


@media only screen {
    .cblock-thibault{
        height: auto;
    }
    .cblock-thibault-image-wrapper{
        height: 300px;
    }
    .cblock-thibault-text-wrapper > div{
        padding: 0px;
        padding-top: 20px;
    }
    .cblock-thibault-headline > p{
        font-size: 32px;
    }
    .cblock-thibault-text > p{
        line-height: 24px;
    }
}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 992px) {
    .cblock-thibault{
        height: 900px;
    }
    .cblock-thibault-image-wrapper{
        height: 750px;
    }
    .cblock-thibault-text-wrapper > div{
        padding: 80px;
    }
	.cblock-thibault-headline > p{
        font-size: 40px;
    }
    .cblock-thibault-text > p{
        line-height: 32px;
    }
}

@media only screen and (min-width: 1200px) {
	.cblock-thibault{
        height: 1000px;
    }
    .cblock-thibault-image-wrapper{
        height: 800px;
    }
}

@media only screen and (min-width: 1400px) {
	
}