#embedPopupShortcode.embed-popup-shortcode {
    display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 1.42857143;
	color: #393a3d;
  }
  .popup-embed-img img {
	  cursor: pointer;
	  margin: auto;
  }
  #embedPopupShortcode.embed-popup-shortcode form.private-form {
    position: absolute !important;
	width: 90% !important;
	max-width: 600px !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-o-transform: translate(-50%, -50%) !important;
	z-index: 2 !important;
	background: #fff !important;
	padding: 30px 20px 20px !important;
	border-radius: 14px !important;
	overflow: hidden !important;
	height: auto !important ;
  }
  #embedPopupShortcode form.private-form .form-row .field-wrapper {
    display: flex;
    width: 100% !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    position: relative !important;
    border: 1px solid transparent !important;
    padding: 4px 8px 4px 0px !important;
    margin-bottom: 0;
}
  #embedPopupShortcode .ic-close-popup {
    position: absolute;
	right: 20px;
	top: 20px;
	width: 15px;
	cursor: pointer;
  }
  
    #embedPopupShortcode.embed-popup-shortcode form.private-form .form-row {
			margin-bottom: 0 !important;
		}

	#embedPopupShortcode.embed-popup-shortcode form.private-form h1 {
		margin-top: 0 !important;
		margin-bottom: 0;
		font-size: 36px;
	}

	#embedPopupShortcode.embed-popup-shortcode form.private-form .submit-wrapper {
		padding-bottom: 0 !important;
	}
	@media screen and (max-width: 767px){
		.field-inner.field-static > p, .field-inner.field-static > h1 {
			margin-bottom: 5px;
		}
		#embedPopupShortcode.embed-popup-shortcode form.private-form h1 {
			margin-top: 0 !important;
			margin-bottom: 0;
		}
		#embedPopupShortcode.embed-popup-shortcode form.private-form h1 {
			font-size: 24px !important;
		}
	}