/*
Theme Name: Kami Brand Studio - Divi Child Theme
Version: 1.0
Description: Divi Child Theme
Author: Denis Hideo
Template: Divi
Author URL: https://kamibrand.studio
*/
 
/*------- Theme Customizations------- */


.overflow-hidden {
	overflow: hidden !important;
}


.et_mobile_nav_menu {
	margin: 0 10px 0 auto !important;
}
#mobile_menu1 {
	max-width: 300px !important;
	left: auto !important;
	right: 0 !important;
}

/* Responsive videos */

@media screen and (min-width: 481px) and (max-width: 980px) {
  .banner-video {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    width: 100% !important;
  }
  .banner-video2 {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .banner-video {
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
  }
  .banner-video2 {
    width: 100% !important;
  }
}

/* Fix white bar on iPhone Horizontal View */

html, body, #page-container, #et-boc {
    width: 100% !important;
}

html, body {
  height: 100% !important;
	background-color: #0f0f0f;
  margin: 0; /* Remove default margin for body */
  padding: 0; /* Remove default padding for body */
}


/* Hide mobile scrollbar */

    @media screen and (max-width: 980px) {
        body::-webkit-scrollbar {
			display: none;
		}
		::-webkit-scrollbar {
			-webkit-appearance: none;
		}

/* For Firefox */
		html {
			scrollbar-width: none;
		}
}


