.popup {
    position: relative;
}

.video__close {
    right: -10px;
    top: -18px;
    background: 50% no-repeat url('/images/close-btn.svg');
    cursor: pointer;
    height: 36px;
    position: absolute;
    width: 36px;
}