﻿/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

.tig_promoimg_block {
	position: static;
	z-index: 1;
	order: 2;
}

@media only screen and (min-width: 992px) {
    .tig_promoimg_block {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
		order: 1;
	}
}
