﻿#fittingRoomMask {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: #000;
  display: none;
}

#fittingRoom .fitting-room-window {
  position: fixed;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 0;
}


/* Customize your modal window here, you can add background image too */
#fittingRoom #fittingRoomDialog {
  width: 100%;
  height: 100%;
}