    #DictionaryWindow {
      position: fixed;
      top: 100px;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #FFFFFF;
      z-index: 9999;
      display: flex;

    }

    #DictionaryWindow__fullscreenIframe {
      position: fixed;
      top: 100;
      left: 0;
      width: 100%;
      height: 100%;
    }
	
	.DictionaryWindow__close{
	  position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #FFFFFF;
      text-align: center;
      
	}