.hero_editorial{
display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 100%;
}

.hero_image{
width : 100%;
background : url("/-/media/images/editorial/2022/easter-landing-page/Easter_2022_desktop_ultra-min.jpg");
background-repeat : no-repeat;
background-position : bottom center;
background-size : cover;
height : 500px;
}




@media only screen and (max-width: 2560px) {

.hero_image {
background : url("/-/media/images/editorial/2022/easter-landing-page/Easter_2022_desktop_wide-min.jpg");
background-repeat : no-repeat;
background-position : bottom center;
}
}
@media screen and (max-width: 1600px) {
	
.hero_editorial{
height : 450px;
}

.hero_image {
background : url("/-/media/images/editorial/2022/easter-landing-page/Easter_2022_desktop-min.jpg");
height : 450px;
background-repeat : no-repeat;
background-position : bottom center;
}

}
@media screen and (max-width: 1366px) {

	.hero_editorial {
height : 350px;

}

.hero_image {
background : url("/-/media/images/editorial/2022/easter-landing-page/Easter_2022_laptop-min.jpg");
height : 350px;
background-repeat : no-repeat;
background-position : bottom center;
}

}

@media only screen and (max-width: 1023px) {

.hero_image {
background : url("/-/media/images/editorial/2022/easter-landing-page/Easter_2022_tablet-min.jpg");
background-repeat : no-repeat;
background-position : bottom center;
height : 350px;
}

}

@media only screen and (max-width: 767px) {
.hero_editorial {
height : 250px;
}

.hero_image {
background : url("/-/media/images/editorial/2022/easter-landing-page/Easter_2022_mobile_l-min.jpg");
background-repeat : no-repeat;
background-position : bottom center;
height : 250px;
}

}
@media only screen and (max-width: 440px) {
	.hero_editorial {
height : 240px;
}
.hero_image {
background : url("/-/media/images/editorial/2022/easter-landing-page/Easter_2022_mobile_m-min.jpg");
background-repeat : no-repeat;
background-position : bottom center;
height : 240px;
}

}
@media only screen and (max-width: 375px) {
	.hero_editorial {
		height : 210px;
}
.hero_image {
background : url("/-/media/images/editorial/2022/easter-landing-page/Easter_2022_mobile_s-min.jpg");
	background-position: bottom center;
height : 210px;
}

}
