.yt-ouchi {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
    font-size: 1.1em;
	color: red;
	margin: 7px 0 0 0;
	cursor: pointer;
	transition: transform 0.1s ease;
}
@media screen and (max-width: 520px) {
    .yt-ouchi {
        text-decoration: underline;
    }
}
.yt-ouchi:hover {
    transform: scale(1.06);
    text-decoration: underline;
}
.yt-ouchi img {
    height: 36px;
    margin: -6px 0 0 1px !important;
}
.works-youtube-button {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 16px;
    background-color: #ff0000;
    border-radius: 4px;
    margin: 0 4px 0 0;
}
.works-youtube-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-55%, -55%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
}
