.adapvideo {
    cursor: pointer;
    background-color: #000000;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.adapvideo_media {
    border-style: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    margin: auto;
}

.adapvideo_button {
    cursor: pointer;
    background-color: transparent;
    border-style: none;
    margin: auto;
    width: 68px;
    height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    outline: none;
}

.adapvideo_button:hover {
    background-color: transparent;
}

.adapvideo_button:focus .adapvideo_btn_shape,
.adapvideo_button:hover .adapvideo_btn_shape {

    fill: #ff0000;
    fill-opacity: 1
}

.adapvideo_btn_shape {
    fill: #212121;
    fill-opacity: 0.4
}

.adapvideo_btn_icon {
    fill: #ffffff
}

.adapvideo.bigvideo__video {
    padding-bottom: 29.25%;
}