@charset "UTF-8";

.video-head {
	background: #DDDCDA;
}
.video-list {
	padding: 1.5rem 0.5rem;
}
a .video-title {
	color:#343A40;
}
.video-title {
	font-size: 14px;
	font-weight: 600;
	padding-bottom:0.5rem;
}
.video-date {
	color: #A39E9E;
	text-align: left;
	margin-bottom: 0.5rem;
}

a .video-made {
	color:#343A40;
}
.video-made {
	font-size: 14px;
	padding-bottom:0.5rem;
}
.video-txt {
	color:#343A40;
}
a:hover {
	text-decoration: none;
}
a .video-list:hover {
   background-color: rgba(233,236,239,0.3);
}
a .video-title:hover,
a .video-date:hover,
a .video-made:hover,
a .video-txt:hover {
	text-decoration: none;
}

.card-header {
	font-size: 1.5rem;
	padding: .75rem .25rem
}
.card-body {
	padding: .25rem
}
.video-made-single {
	font-size: 1.2rem;
	padding-bottom: 1rem;
}
.video-date-single {
	padding-bottom:0.5rem;
	margin-bottom:0;
	font-size: 1rem;
}
.video-txt-single {
	font-size: 1rem;
}

@media (min-width: 768px)  {

}
@media (min-width: 992px)  {

}
@media (min-width: 1200px) {
.video-list {
	padding: 1.5rem;
}
}