/* styles_1100.css */
@media screen and (min-width: 1100px) {
 #main .absolutbottom2.ce_text h1, #main .absolutbottom2.content-text h1 {
    font-size:7vw;
    color:#fff;
    text-transform:none;
    transition: all 1s ease;
    font-weight: 600;
    font-size: 5vmax
}
.parallax .image_container{
    height:605px
}
.parallax figure{
    height:605px
}
.absolutbottom{
    bottom:17%
}
}