html,body{
	height: 100%;
}

#modal_custom {
    top: 5% !important;
}
[data-customshow="after"]{
	display:none !important;
}

#modal_custom button.close {
    text-align: right;
    position: absolute;
    right: -8px;
    top: -15px;
}

iframe.ifcenter{
  left: 50% !important;
  transform: translate(-50%, 0%) !important;
}

iframe.ifleft{
  left:0% !important;
  right:auto !important;
}

iframe.ifright{
  right:0% !important;
  left:auto !important;
}

.remove-videodetector {
  display: none !important
}
.edit-videodetector {
  display: none !important
}

img {
max-width: 100% !important;
height: auto !important;
}