#wishes .caption .name
{
	font-size: 1.5rem;
	color: inherit;
}

#wishes .wish-video  iframe
{
	background: #fff;
    padding: 2px 4px;
    border-radius: 5px;
    height: 24px;
}

#wishes	.wish-video 
{
	color: #fff;
}

@media (min-width: 991px) {
	.wishes-description
	{
		margin-top: 0;
	}
	
	#wishes > .row,
	#wishes > .row > .col-xs-12
	{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#wishes	.wish-video
	{
		min-height: 400px;
	}
	
	#wishes .caption
	{
		padding-right: 5%;
		padding-left: 5%;
	}
}