@charset "UTF-8";
/*
	Theme Name: Baseball Geeks
	Theme URI: https://blog.nextbase.co.jp/
	Description: Baseball Geeksのテーマ
	Version: 1.0.0
	Author: MK (@mk)
*/

.videoCaption{
font-size: 1.6rem;
letter-spacing: normal;
font-weight: bold;
margin-top: 2em;
margin-bottom: 1em;
color: #222;
}
.videoCaption:before{
font-family: "fontello";
content: "\e808";
display: inline-block;
color: #187bb0;
margin-right: 5px;
font-size: 1.4rem;
font-weight: normal;
opacity: 0.8;
}
.videoWrapper{
position:relative;
width:100%;
padding-top:56.25%;
margin-top:1em;
}
.videoWrapper iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
