/*HOME IMAGE OVERLAY*/
@media only screen and (max-width: 768px){
.block_cd00fce9507e417db5b7b8368f701896 .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
    font-size: 20px;
}
}
.tablet,

.mobile {

   height: 100%;

   overflow: hidden;

}

.tablet body,

.mobile body {

   height: 100%;

   overflow-x: hidden;

   overflow-y: scroll;

   -webkit-overflow-scrolling: touch;

}