.bannerstyledesktop,
.bannerstylemobile,
.bannerstyletablet,
.bannerstylertldesktop,
.bannerstylertlmobile,
.bannerstylertltablet{
	animation-name:fadein!important;
	animation-fill-mode:forwards!important;
	animation-iteration-count:infinite!important;
	background-size:cover!important;
	background-repeat:no-repeat!important;
}
.bannerstyledesktop,
.bannerstylertldesktop{
	animation-duration:10s!important;
	background-position:50% 50%!important;
}
.bannerstylemobile,
.bannerstylertlmobile{
	animation-duration:6s!important;
	background-position:50% 50%!important;
}
.bannerstyletablet,
.bannerstylertltablet{
	animation-duration:6s!important;
	background-position:50% 100%!important;
}
