.video-section{}
.video-section .video-list{ display: flex; flex-wrap: wrap;}
.video-section .video-list .video-list-item{ padding: 0; width: calc(33.33% - 20px); margin: 10px; background: #f6f6f6;}
.video-section .video-list .video-list-item .image-src { padding-top: 70%;}
.video-section .video-list .video-list-item .video-body { width: 100%; padding: 20px; border-bottom: 5px solid #0067A9;}
.video-section .video-list .video-list-item .video-body h5{ color: #0067A9;}
.video-section .video-list .video-list-item .icon-play { position: absolute; top: 50%; left: 50%; z-index: 1; width: 70px; height: 48px; display: block; pointer-events: none; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}



/*---------------Responsive Css------------*/
@media (max-width:992px) {
	.video-section .video-list .video-list-item { width: calc(50% - 20px); }
}
@media (max-width:767px) {
	.video-section .video-list .video-list-item { width: calc(100% - 20px); }
}
@media (max-width:640px) {
}
@media (max-width:480px) {
}
