.banner-embed-youtube .ant-modal-content {
    background-color: transparent
}

.banner-embed-youtube .ant-modal-content .ant-modal-body {
    padding: 0
}

.banner-embed-youtube .ant-modal-content .ant-modal-close-x {
    color: #fff;
    background-color: rgba(0,0,0,.7);
    height: 30px;
    width: 30px;
    line-height: 30px
}

.banner-embed-youtube .ant-modal-content .player {
    display: flex;
    text-align: center;
    justify-content: center;
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.banner-embed-youtube .ant-modal-content .player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}