/*動画表示のモーダルの余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
	padding: 0;
}


/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
	background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #666;
}