@media (max-width: 767px) {
.text-media--header .video-card {
    margin: -1.125rem -9.375rem;
    max-width: none;
    height: calc(100% + 6.25rem);
    width: calc(100% + 18.75rem);
}

}

.video-card__icon {
    transform: translate(-50%, -50%) scale(2.5) !important;
}