.editorial-quote {
    background: #f1f1f1!important;
    color: #000000;
    margin: 0!important;
}

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

.hero_image{
width : 100%;
background : url("/-/media/images/editorial/banners/game_changer/desktop_ultra.jpg");
background-repeat : no-repeat;
background-position : bottom center;
background-size : cover;
height : 460px;
}


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

.hero_image {
background : url("/-/media/images/editorial/banners/game_changer/desktop_wide.jpg");
background-repeat : no-repeat;
background-position : bottom center;
}
}
@media screen and (max-width: 1600px) {
	
.hero_editorial{
height : 410px;
}

.hero_image {
background : url("/-/media/images/editorial/banners/game_changer/desktop.jpg");
height : 410px;
background-repeat : no-repeat;
background-position : bottom center;
}

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

	.hero_editorial {
height : 310px;

}

.hero_image {
background : url("/-/media/images/editorial/banners/game_changer/laptop.jpg");
height : 310px;
background-repeat : no-repeat;
background-position : bottom center;
}

}

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

.hero_image {
background : url("/-/media/images/editorial/banners/game_changer/tablet.jpg");
background-repeat : no-repeat;
background-position : bottom center;
height : 310px;
}

}

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

.hero_image {
background : url("/-/media/images/editorial/banners/game_changer/mobile_l.jpg");
background-repeat : no-repeat;
background-position : bottom center;
height : 210px;
}

}
@media only screen and (max-width: 440px) {
.hero_image {
background : url("/-/media/images/editorial/banners/game_changer/mobile_m.jpg");
background-repeat : no-repeat;
background-position : bottom center;
background-size : cover;
height : 200px;
}

}
@media only screen and (max-width: 375px) {
	.hero_editorial {
		height : 170px;
}
.hero_image {
background : url("/-/media/images/editorial/banners/game_changer/mobile_sm.jpg");
	background-position: bottom center;
height : 170px;
}

}