﻿.grey-campaign .content-wrapper {
    background-color: #f4f4f4;
}

.grey-campaign .text-wrapper {
    padding: 30px 20px 0 20px;
    font-family: Roboto;
    z-index: 10;
}

    .grey-campaign .text-wrapper h2 {
        margin: 0;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 36px;
        line-height: 43px;
    }

    .grey-campaign .text-wrapper p {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        padding-bottom: 16px;
    }

        .grey-campaign .text-wrapper p a {
            font-size: 18px;
            line-height: 24px;
            font-weight: bold;
            color: #242424;
            text-decoration: none;
        }

        .grey-campaign .text-wrapper p.link {
            padding-bottom: 0;
        }

            .grey-campaign .text-wrapper p.link svg {
                stroke: #242424;
                stroke-width: 7px;
            }

.grey-campaign .content-wrapper.video {
    position: relative;
    min-height: 532px;
    display: flex;
    align-items: flex-end;
}

    .grey-campaign .content-wrapper.video .text-wrapper {
        padding-bottom: 30px;
    }

        .grey-campaign .content-wrapper.video .text-wrapper h2,
        .grey-campaign .content-wrapper.video .text-wrapper p,
        .grey-campaign .content-wrapper.video .text-wrapper p a {
            color: white !important;
        }

            .grey-campaign .content-wrapper.video .text-wrapper p.link svg {
                stroke: white;
            }

            .grey-campaign .content-wrapper.video .text-wrapper p.link:hover {
                color: white;
            }

                .grey-campaign .content-wrapper.video .text-wrapper p.link:hover svg {
                    stroke: white;
                }

    .grey-campaign .content-wrapper.video .campaign-video {
        position: absolute;
        inset: 0;
        z-index: 1;
    }

        .grey-campaign .content-wrapper.video .campaign-video video {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        .grey-campaign .content-wrapper.video .campaign-video .campaign-shadow {
            position: absolute;
            inset: 0;
            background-color: rgba(0,0,0,0.35);
            z-index: 2;
        }

@media screen and (min-width: 992px){
    .grey-campaign {
        padding-left: 12px;
    }

        .grey-campaign .content-wrapper {
            display: flex;
            align-items: center !important;
            height: 100%;
        }

            .grey-campaign .content-wrapper.video .text-wrapper {
                padding-bottom: 0;
            }

        .grey-campaign .text-wrapper {
            padding: 0;
            padding-left: 44px;
            position: relative;
        }

            .grey-campaign .text-wrapper p {
                padding-bottom: 0;
            }

                .grey-campaign .text-wrapper p.link {
                    position: absolute;
                    bottom: -157px;
                }
}