@media screen and (min-width:768px) and (max-width: 1199px), (min-device-width : 768px) and (max-device-width : 1024px) {
	body.modal-open {
		position:fixed !important;
	}
}