

/*body {margin:2rem;} -not sure if this affects whole template*/
/*modal-css code */
.modal-dialog {
  
      max-width: 1280px !important;
      margin: 30px auto;
      box-shadow:0px 0px 8px 1px rgba(0, 0, 0, .6);
      background: #000;
}

.modal-body {
  position:relative;
  padding:0px;

}

.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}