/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.5.1770107920
Updated: 2026-02-03 09:38:40

*/

#ds-wcapf-show-all-wrap {
	display: flex !important;
	margin-top: 2rem !important;
}

#ds-wcapf-show-all, .ds-wcapf-show-all {
	padding: 12px 30px !important;
	font-size: 16px !important;
	border-radius: 12px !important;
	background: #060606 !important;
	border: none !important;
	color: white !important;
	font-family: "Inter" !important;
	margin: auto !important;
}

#ds-wcapf-show-all:hover, .ds-wcapf-show-all:hover {
	background: #ed2024 !important;
	padding-right: 45px !important;
}

#ds-wcapf-show-all:after, .ds-wcapf-show-all:after {
	font-size: 25px !important;
}

.categories-video .et_pb_section_video_bg{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.categories-video .mejs-container{
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}

.categories-video .mejs-container video,
.categories-video .mejs-mediaelement,
.categories-video .mejs-inner,
.categories-video .mejs-layers{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}