@media (max-width: 980px){
	.et_pb_video_overlay {
		display:none;
	}
}

@media screen and (max-width: 450px) {

	#menu-footer-bottom-left-nav li,
	body.orbit #footer-bottom #menu-footer-bottom-right-social-media li{
		display: block;
		margin: 0;
		padding: 0;
	}
	body.orbit #main-footer #footer-bottom {
		padding-bottom: 97px !important;
	}
}

@media screen and (min-width: 768px){

	body.orbit #footer-bottom .footer-credits-menu{
		float: none !important;
		text-align: center !important;
	}

	body.orbit #footer-bottom #menu-footer-bottom-right-social-media{
		float:none !important;
		display: block !important;
		text-align: center !important;
	}

	body.orbit #footer-bottom #menu-footer-bottom-right-social-media a i.fa{
		font-size: 24px;
	}
}
