﻿.captionbannerlink {
    color: #dfdfdf;
    text-shadow: 2px 2px 1px #000000;
}

    .captionbannerlink .name {
        width: 40%;
        line-height: 1.6em;
        font-size: 2em;
    }

    .captionbannerlink .content {
        font-size: 1.4em;
    }

    .captionbannerlink:hover .name {
        color: #fff;
    }

    .captionbannerlink:hover .content {
        color: #ffffff;
    }

.imagebanner {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.imageslider {
    position: relative;
    height: 100%;
}

.imagemask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
}
