.cobrowse_overlay {
  height: 300px;
}

.w-250 {
  width: 250px;
}

.cobrowse_overlay_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 9001;
}

.cursorPointer {
  cursor: pointer;
}

.cobrowse_Modal {
  position: absolute;
  left: 20%;
  top: 10%;
  background-color: black;
  background: #fff;
  height: 330px;
  width: 780px !important;
}

@media only screen and (max-width: 550px) {
  .cobrowse_Modal {
    position: absolute;
    left: 10px;
    top: 10%;
    background-color: black;
    background: #fff;
    height: 330px;
    width: 400px !important;
  }
}
@media only screen and (max-width: 400px) {
  .cobrowse_Modal {
    position: absolute;
    left: 0px;
    top: 10%;
    background-color: #000;
    background: #fff;
    height: 330px;
    width: 325px !important;
  }
}