/* HOME PAGE HERO */
#home .primaryAndSecondaryContainer {
    padding-top: 0;
}
.block_abbdbbf3edc045f5a8658ee0b4215d49 {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.block_abbdbbf3edc045f5a8658ee0b4215d49 .contentImg {
    min-width: 100%;
}
.block_abbdbbf3edc045f5a8658ee0b4215d49 .blockImg {
    position: relative;
}
.block_abbdbbf3edc045f5a8658ee0b4215d49 .blockImg .customCaption {
    position: absolute;
    top: 0;
    width: 100%;
}
.block_abbdbbf3edc045f5a8658ee0b4215d49 .contentTitle {
    padding-top:12%;
    padding-bottom:12%;
    text-align:center;
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    font-weight: 100;
    font-size: 280%;
}

@media only screen and (max-width: 568px) {
    .block_abbdbbf3edc045f5a8658ee0b4215d49 .contentTitle {
        font-size: 180%;
    }
}