.shpye {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.shpye__image, .shpye__video {
    width: 100%;
}

.shpye__button {
    background-color: transparent;
    padding: 0;
    border: none;
    width: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
}

.shpye__button:after {
    content: '';
    position: absolute;
    width: 100vmax;
    height: 100vmax;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
}

.shpye__button svg {
    width: 100%
}