/* ===== HOME ===== */
/* Reduce space between line */
.content blockquote:not(:last-child), .content dl:not(:last-child), .content ol:not(:last-child), .content p:not(:last-child), .content pre:not(:last-child), .content table:not(:last-child), .content ul:not(:last-child) {
	margin-bottom: 0;
}

/* Border image project */
.image img.is-rounded {
	border: 3px solid rgba(85, 142, 213, 1);
}


/* YT video */
.yt-video {
	border: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}