/*

Theme Name: Peintres-PCE-Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Peintres-PCE Child is a child theme of  Peintres-PCE, created by Webmarketers team

Author: Webmarketers Team

Author URI: https://webmarketers.ca/

Template: Peintres-PCE

Version: 1.0.1

Text Domain: Peintres-PCE-Child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/
.img_comp_area .jet-arrow{
	position: absolute;
    top: 645px !important;
	background-color: transparent !important;
}
.img_comp_area .jet-arrow i{
	color: #000;
}
.img_comp_area .jet-arrow.prev-arrow{
	left: calc(50% - 100px) !important;
}
.img_comp_area .jet-arrow.next-arrow{
	right: calc(50% - 100px) !important;
}
@media(max-width: 1500px){
	.img_comp_area .jet-arrow{
		top: 545px !important;
	}
}
@media(max-width: 641px){
	.img_comp_area .jet-arrow{
		top: 345px !important;
	}
}