
aside.youtube-video {
    width: min-content;
    display: inline-block;
    margin: 20px 35px 20px 45px;
    padding: 20px 50px 25px 50px;
    background-color: azure;
    border-radius: 10px;
    box-shadow: 0px 5px 5px 0px #cccccc;
}

.youtube-video h3 {
    color: darkblue;
}
.youtube-video img {
    border-radius: 15px;
    border: 1px solid #6d6d6d;
    box-shadow: 0px 4px 5px 0px #cccccc;
}


.youtube-video img:hover {
    transform: scale(1.2);
    border-radius: unset;
    margin: auto;
}


.embed-yt-inline summary {
    display: list-item;
    font-size: 1.2em;
    font-weight: 500;
    color: blue;
    cursor: pointer;
	margin-left: 0.75em;
}
details[open] {
    background-color: aliceblue;
    padding: 1.25em 1.5em 1.75em 2.25em;
    border-radius: 10px;
    border: 1px solid #ddd0d0;
    margin-top: 1em;
    box-shadow: 4px 2px 6px 0px #cccccc;
}
	details[open] summary {
		margin-left: unset;
	}
	.embed-yt-inline {
    display: inline !important;
}
	
figcaption {
    text-align: revert !important;
}