.twobt {
	position: relative;
	max-width: 1600px;
	margin: auto;
}
.twoba {
	padding-bottom: 100px;
	width: calc(100% - 410px);
}
.twobb {
	position: absolute;
	top: 50px;
	right: 0;
	width: 460px;
}
.twobb > div {
	padding: 20px;
}
.twoba .avia-image-container.av-hover-grow .avia-image-overlay-wrap {
	display: inline-block;
}
.twoba .avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover {
	position: relative;
}
.twoba .avia-image-overlay-wrap, .twoba .avia-image-overlay-wrap img {
	width:100%;
}
/* Backend Fixes */
.js .tmce-active .wp-editor-area {
	color: #333 !important;
}
@media all AND (max-width: 1024px) {
	.twoba {
		width: 100% !important;
	}
}
@media all AND (max-width: 870px) {
	.twoba {
		padding-bottom: 0px;
	}
	.twobb {
		position: initial !important;
		width: 100% !important;
		padding-bottom: 100px;
	}
	.twobb .avia_textblock {
		min-height: unset !important;
	}
}