.element-modal-iframe-full {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.element-modal-iframe-full.active {
  display: block;
}

.element-modal-iframe-full .modal-content {
  background-color: #4B4B4B66;
  padding: 30px;
  border: 1px solid #888;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.element-modal-iframe-full .modal-content > iframe{
  width:100%;
  height:100%;
  margin:0; padding:0;
  overflow:hidden;
}

.has_modal {
  cursor: pointer;
}
