#popup_content {
	padding-bottom: 22px !important;
}
.ult-overlay-close {
    width: 20px;
    height: 20px;
    position: fixed;
    right: 18px;
    top: 12px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 640px) {
#itro_popup {
	width: 90% !important;
	left: 5px !important;
	height: auto !important;
	top: 150px;
}
#popup_content {
	padding-bottom: 22px !important;
}
.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}
#ipp_mobile_close_tab{
	margin-top:13px !important;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#itro_popup {
	width: 90% !important;
	left: 5px !important;
	top: 150px !important;
	height: auto !important;
}
#ipp_mobile_close_tab{margin-top:13px}
#popup_content {
	padding-bottom: 22px !important;
}
.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}
}