<style>
.t1148__play-btn svg {
opacity: 0 !important;
}
.t1148__play-btn {
position: relative !important;
background: transparent !important;
}
.t1148__play-btn::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('ССЫЛКА') !important;
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
z-index: 2;
pointer-events: none;
}
</style>