// Small devices (landscape phones, 576px and up)
@media(min-width: 576px){
	rs-fullwidth-wrap{
		top:-55px !important;
	}
}

// Medium devices (tablets, 768px and up)
@media(min-width: 768px){
	rs-fullwidth-wrap{
		top:-55px !important;
	}
}

// Large devices (desktops, 992px and up)
@media(min-width: 992px){
	rs-fullwidth-wrap{
		top:-55px !important;
	}
}

// Extra large devices (large desktops, 1200px and up)
@media(min-width: 1200px){
	rs-fullwidth-wrap#rev_slider_3_1_forcefullwidth{
		top:-55px !important;
	}
}

@media (max-width: 63.9375em){
	img.lightup-thumb.alignright{
		display:none !important;
	}
}
