.ccm-image-slider {
    position: relative;
}

.ccm-image-slider-container a.mega-link-overlay {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
}

.slider-text-wrapper {
    position: relative;
    width: 100%;
}

.ccm-page .ccm-image-slider-text {
    left: auto;
    right: auto;
    top: 0;
    position: absolute;
    text-align: center;
    background: transparent;
}

.ccm-image-slider-title {
    display: none;
}

@media (min-width: 768px) {
    .ccm-image-slider-title {
        margin-top: auto;
        font-size: 45px;
        display: block;
    }
}

@media (min-width: 1200px) {
    .ccm-image-slider-title {
        font-size: 60px;

    }
    .ccm-page .ccm-image-slider-text {
        top: 50px;
    }
}


