/* try now */
#trynow{
  position: fixed;
  z-index:  -100  ;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
}
.trynow-box{
  position: absolute;
  /* max-width: 850px;
  width: 75%; */
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.trynow-banner img{
  width: 100%;
  height: 100%;
  opacity: 1;
}
.trynow-close{
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0%;
  left: 101%;
  cursor: pointer;
}
