.cmb2-options-page.option-ec_options {
	position: relative;
	max-width: 100%;
}

	.cmb2-options-page.option-ec_options form {
		max-width: 78%;
	}

		.cmb2-options-page.option-ec_options .cmb2-wrap textarea {
			width: 100%;
		}

	.embed-code-admin-sidebar {
		position: absolute;
		top: 65px;
		right: 0;
		background: #fff;
		border: 1px solid #e9e9e9;
		max-width: 20%;
	}

		.embed-code-admin-sidebar-title {
			padding: 10px 15px;
			border-bottom: 1px solid #e9e9e9;
			font-weight: bold;
		}

		.embed-code-admin-sidebar-content {
			padding: 15px;
		}

			.embed-code-admin-sidebar p {
				margin: 0;
				margin-bottom: 15px;
			}

			.embed-code-admin-sidebar ul {
				list-style-type: disc;
				list-style-position: inside;
			}

				.embed-code-admin-sidebar li {
					padding-left: 0;
				}

@media only screen and ( max-width: 1400px ) {

	.cmb2-options-page.option-ec_options form {
		max-width: 68%;
	}

	.embed-code-admin-sidebar {
		max-width: 30%;
	}

}

@media only screen and ( max-width: 770px ) {

	.cmb2-options-page.option-ec_options form {
		max-width: 100%;
	}

	.embed-code-admin-sidebar {
		max-width: 100%;
		position: relative;
		top: auto;
		right: auto;
	}

}
