.cid-sBPct0xO9b {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: url("images/dsc-0851-isl-2000x1601.jpg");
  }
  .cid-sBPct0xO9b .icon-wrapper {
    margin: auto;
    background-color: #d9863d;
    color: #fafafa;
    border-radius: 50%;
    font-size: 48px;
    cursor: pointer;
    width: 6rem;
    height: 6rem;
    transition: all 0.25s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .cid-sBPct0xO9b .icon-wrapper span {
    margin-left: 10px;
  }
  .cid-sBPct0xO9b .modalWindow {
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    background-color: rgba(61, 61, 61, 0.65);
    width: 100%;
    height: 100%;
  }
  .cid-sBPct0xO9b .modalWindow .modalWindow-container {
    display: table-cell;
    vertical-align: middle;
  }
  .cid-sBPct0xO9b .modalWindow .modalWindow-video {
    height: calc(44.9943757vw);
    width: 80vw;
    margin: 0 auto;
  }
  .cid-sBPct0xO9b .close {
    position: fixed;
    opacity: 0.5;
    font-size: 22px;
    font-weight: 300;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    top: 2.5rem;
    right: 2.5rem;
    border: 2px solid #fff;
    text-shadow: none;
    z-index: 5;
    transition: opacity 0.3s ease;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .cid-sBPct0xO9b .close:hover {
    opacity: 1;
    background: #000;
    color: #fff;
  }
  .cid-sBPct0xO9b H1 {
    color: #d9c5a0;
  }

  @media (max-width: 767px) {
    
    .cid-sBPct0xO9b .modalWindow .modalWindow-video {
      height: calc(98vw);
      width: 98vw;
      margin: 0 auto;
    }
  }