.testimonial__video{
    position: relative;
    width: 100%;
    height: 100%;
}
.testimonial__video .post-modern-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.link-play-classic {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.link-play-classic .icon {
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.link-play-classic::before, .link-play-classic::after {
    display: inline-block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 0;
    visibility: visible;
    will-change: transform;
    pointer-events: none;
    transform: none;
}

.link-play-classic::before {
    background: rgba(219, 42, 25, 0.5);
}

.link-play-classic::after {
    background: rgba(219, 42, 25, 0.3);
}

.link-play-classic:hover::before {
    animation: item1B 1s ease infinite;
}

.link-play-classic:hover::after {
    animation: item1A 1s ease infinite;
}

@media (min-width: 768px) {
    .link-play-classic {
        width: 90px;
        height: 90px;
    }
    .link-play-classic .icon {
        line-height: 90px;
    }
}

@media (min-width: 1200px) {
    .link-play-classic {
        width: 113px;
        height: 113px;
    }
    .link-play-classic .icon {
        font-size: 48px;
        line-height: 113px;
    }
}

@keyframes item1B {
    25% {
        opacity: 1;
        transform: none;
        visibility: visible;
    }
    100% {
        opacity: 0;
        transform: scale(2);
        visibility: hidden;
    }
}

@keyframes item1A {
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(3);
        visibility: hidden;
    }
}

.link-play-modern {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    transform: translate3d(-50%, -50%, 0);
}

.link-play-modern .icon {
    font-size: 64px;
    color: #ffffff;
}

.link-play-modern-title {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: #ffffff;
}

.link-play-modern-title span {
    display: block;
    font-size: 24px;
    font-weight: 900;
}

.link-play-modern-decor {
    display: none;
    height: 2px;
    width: 64px;
    background: #ffffff;
    transition: all .3s ease;
}

* + .link-play-modern-title {
    margin-top: 16px;
}

* + .link-play-modern-decor {
    margin-top: 16px;
}

.link-play-modern:hover .link-play-modern-decor {
    width: 30px;
}

@media (min-width: 576px) {
    .link-play-modern {
        padding: 20px 26px;
    }
    .link-play-modern .icon {
        color: rgba(255, 255, 255, 0.5);
    }
    .link-play-modern a:hover {
        color: #ffffff;
    }
    .link-play-modern-decor {
        display: inline-block;
    }
}

.link-play-creative {
    position: absolute;
    overflow: hidden;
    top: 5%;
    left: 5%;
    bottom: 25px;
    padding: 10px;
    color: #ffffff;
    z-index: 1;
}

.link-play-creative .icon {
    margin-left: -10px;
    font-size: 32px;
    color: inherit;
}

.link-play-creative .icon:hover {
    color: #db2a19;
}

.link-play-creative-title {
    line-height: 1.44;
    font-weight: 300;
    letter-spacing: .2em;
    max-width: 280px;
    color: inherit;
}

.link-play-creative-decor {
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    pointer-events: none;
    transition: all .3s ease;
}

* + .link-play-creative-title {
    margin-top: 10px;
}

* + .link-play-creative-decor {
    margin-top: 18px;
}

@media (min-width: 576px) {
    .link-play-creative {
        top: 10%;
        left: 10%;
    }
    * + .link-play-creative-title {
        margin-top: 18px;
    }
    * + .link-play-creative-decor {
        margin-top: 26px;
    }
}

@media (min-width: 1600px) {
    .link-play-creative {
        top: 20%;
    }
    .link-play-creative-2 {
        top: 13%;
        bottom: 15%;
    }
}