section#section_7_bh_270720 .more_video {
    text-align: center;
    margin: 30px auto 0;
}
section#section_7_bh_270720 .more_video a {
	text-decoration: none;
	background-color: rgb(203 131 0 / 89%);
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
section#section_7_bh_270720 .more_video a:hover {
	background-color: rgba(0,0,0.8);
}
section#section_7_bh_270720 .more_video a:after { 
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(255,255,255,.4);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
section#section_7_bh_270720 .more_video a:hover:after{
	width: 101%;
    background-color: transparent;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#section_7_bh_270720 .mejs-iframe-overlay{
	cursor: pointer;
}
section#section_7_bh_270720 .mejs-controls {
    display: none;
}
section#section_7_bh_270720 .row .col-4:nth-child(2){
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s
}
section#section_7_bh_270720 .row .col-4:nth-child(3){
	-webkit-animation-delay: 0.6s;
	        animation-delay: 0.6s
}

@media (max-width: 640px){
	#section_7_bh_270720 .mejs-inner {
		margin-bottom: 30px;
	}
}