/*======================================
Theme Name: Divi Child Theme
Theme URI: https://www.elegantthemes.com/
Description: This is a Divi child theme.
Author: Eleganth Themes
Author URI: https://www.elegantthemes.com/
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/*add your custom CSS below this line*/

/*prevent horizontal scroll on mobile*/

@media all and (max-width: 980px) {
	html,
	body,
	#page-container
	{
		overflow-x: hidden;
	}
	body {
		position: relative
	}
}

/* music duration position fixed */

.et_audio_container .mejs-time {
	line-height: 21px;
}

/* Backgrund images fixed on mobile*/
.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css {
	background-attachment: fixed!important;
		background-size: cover !important;
}

/* Background Mask Pattern Size on Mobile */

@media only screen and (max-width: 980px) {
	.et_pb_background_pattern {
		height: 160px;
	}
}