.swiper-button-next, .swiper-button-prev{
	color: #fff;
	background: rgba(0,0,0,.1);
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
	border-radius:100%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	font-size:1em;
}


.et_pb_row.swiper{
    position:relative;
}
@media screen and (min-width:981px){
    body:not(.et-fb-root-ancestor) .over-img-row{
        padding: 20px !important;
        margin-top: -120px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:981px){
    body:not(.et-fb-root-ancestor) .over-img-row{
		 display:flex;
        flex-wrap:nowrap;
        padding: 20px !important;
        margin-top: -120px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:500px){
    body:not(.et-fb-root-ancestor) .over-img-row{
        display:flex;
        flex-wrap:wrap;
        text-align:center !important; 
		margin-top: 10px;
        padding:0 0px 10px !important;
    }
    body:not(.et-fb-root-ancestor) .over-img-row h2{
        margin-bottom:0px !important;
        padding-bottom:0px !important;
		color:#000 !important;
    }
    body:not(.et-fb-root-ancestor) .over-img-row .et_pb_column_1_2{
        margin-bottom:10px !important;
        padding-bottom:0px !important;
    }
    body:not(.et-fb-root-ancestor) .over-img-row *{
        text-align:center !important; 
    }
	
	body:not(.et-fb-root-ancestor) .swiper-thumbs{
		display:none;
	}
}