.video {

    .videoholder {
        position: relative;

        .link {
            position: relative;
            display: block;
            text-decoration: none;
            cursor: pointer;

            .linktext {
                position: absolute;
                left: 0;
                top: 0;
                righT: 0;
                bottom: 0;
                background: rgba(var(--bs-body-bg),.5);
                display: flex;
                align-items: end;
                justify-content: center;
                flex-direction: row;

                h2 {

                    text-align: center;
                    display: block;
                    width: 100%;
                    margin-bottom: 70px;
                    padding-left: 60px;
                    padding-right: 60px;

                    @media (max-width: 991.98px) {
                        font-size: 24px;
                    }

                    img {
                        height: 80px;
                        margin-right: 20px;
                        filter: drop-shadow(0 0 15px white);
                        @media (max-width: 991.98px) {
                            height: 30px;
                        }
                    }
                }
            }
        }
    }
}
