.adapvideo {
    cursor: pointer;
    background-color: #000000;
    padding-bottom: 56%;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.adapvideo_media {
    border-style: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 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
}

.advideo {
    position: relative;
}

.advideo__container {
    position: relative;
    z-index: 2;
}

.advideo__title {
    margin-bottom: 12px;
}

.buttonSend.advideo__button {
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    width: auto;
    margin: auto;
    max-width: 400px;
}

.advideo__zapisi-list {
    margin-top: 18px;
}

.advideo__object-title {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}



@media (min-width:992px) {
    .advideo__object-title {
        font-size: 18px;
    }
}