/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 version
*/

.text-video__headlines {
    margin-bottom: 25px;
}

.text-video__headlines :last-child {
    margin-bottom: 0;
}

.text-video__bttn {
    margin-top: 25px;
}

.text-video__bttn .btn-group {
    margin-top: 0;
}


.text-video__video {
    position: relative;
}

.text-video__video img {
    border-radius: 5px;
}

.video-bttn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-bttn svg {
    width: 85px;
    height: auto;
    transition: all .3s;
}

@media (min-width: 768px) {
    .text-video__headlines {
        margin-bottom: 40px;
    }

    .text-video__bttn {
        margin-top: 32px;
    }

    .video-bttn svg {
        width: 184px;
    }
}

@media (min-width: 1200px) {
    .text-video__headlines {
        margin-bottom: 50px;
    }

    .text-video__bttn {
        margin-top: 40px;
    }

    .video-bttn:hover {
        background: none;
    }

    .video-bttn:hover svg {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}