/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
@media screen and (min-width: 981px) {
	#gallery-carousel-with-text .et_pb_gallery_title {
		width: 80%;
		position: relative;
	}
}

@media screen and (max-width: 980px) {
	#gallery-carousel-with-text .et_pb_gallery_title {
		font-size: 16px;
	}
}

@media screen and (max-width: 550px) {
	#gallery-carousel-with-text .et_pb_gallery_item {
		width: 100% !important;
	}
	#gallery-carousel-with-text .et_pb_gallery_pagination ul li {
		padding: 2px;
	}
	#gallery-carousel-with-text .et_pb_gallery_pagination ul li a {
		font-size: 12px;
	}
}