.iziModal .iziModal-header {
  background: #383838 !important;
  background: -moz-linear-gradient(top, #383838 0%, #242424 49%, #1c1c1c 49%, #000000 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #383838), color-stop(49%, #242424), color-stop(49%, #1c1c1c), color-stop(100%, #000000)) !important;
  background: -webkit-linear-gradient(top, #383838 0%, #242424 49%, #1c1c1c 49%, #000000 100%) !important;
  background: -o-linear-gradient(top, #383838 0%, #242424 49%, #1c1c1c 49%, #000000 100%) !important;
  background: -ms-linear-gradient(top, #383838 0%, #242424 49%, #1c1c1c 49%, #000000 100%) !important;
  background: linear-gradient(to bottom, #383838 0%, #242424 49%, #1c1c1c 49%, #000000 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#000000', GradientType=0);
}
.iziModal .iziModal-header.iziModal-noSubtitle {
  padding: 8px 15px;
  background: #383838 !important;
  background: -moz-linear-gradient(top, #383838 0%, #242424 49%, #1c1c1c 49%, #000000 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #383838), color-stop(49%, #242424), color-stop(49%, #1c1c1c), color-stop(100%, #000000)) !important;
  background: -webkit-linear-gradient(top, #383838 0%, #242424 49%, #1c1c1c 49%, #000000 100%) !important;
  background: -o-linear-gradient(top, #383838 0%, #242424 49%, #1c1c1c 49%, #000000 100%) !important;
  background: -ms-linear-gradient(top, #383838 0%, #242424 49%, #1c1c1c 49%, #000000 100%) !important;
  background: linear-gradient(to bottom, #383838 0%, #242424 49%, #1c1c1c 49%, #000000 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#000000', GradientType=0);
}
.iziModal .iziModal-button {
  background-size: 90% !important;
  margin-left: 3px;
  opacity: 1;
}
.iziModal .iziModal-iframe{
    width:1px;
    min-width: 100%;
    *width:100%;
    height:1px;
    min-height: 100%;
    *height:100%;
}