/* Start custom CSS */.srg-placement-frame {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
	background: #fff;
	overflow: hidden;
}

/* Available Positions */
.srg-placement-frame--positions {
  height: 850px;
}



@media (max-width: 767px) {
	.srg-placement-frame--positions {
	 height: 1100px;
	}
}/* End custom CSS */