$(".video-player").each(function (videoIndex) {
var videoId = $(this).attr("id");
video(videoId).ready(function() {
this.on("play", function(e) {
$(".video-player").each(function (index) {
if (videoIndex !== index) {
this.player.pause();
}
});
});
});
});
align-items: center
родителю или align-self: center
квадрату.$(document).on('click','.add_element', function(e){
e.preventDefault();
let links = $("[data-rebest='yes']").length;
$('.list').find('.list__item:first').clone(true).attr('id', 'period' + links).prependTo(".list");
})
$(document).on('click','.remove_element:not(:first)', function(e){
e.preventDefault();
$(this).parent().parent().remove();
});