/* PROPRIETARY RIGHTS NOTICE
 *  This material contains valuable proprietary and trade secret
 *  information of Gleim Publications, Inc. of Gainesville, Florida.
 *  Except in the furtherance of the business activities of Gleim
 *  Publications, Inc., no part of such information may be disclosed, used,
 *  reproduced or transmitted in any form or by any means - electronic,
 *  mechanical, optical or otherwise including photocopying and recording
 *  in connection with any processing, storage or retrieval system -
 *  without prior written permission from Gleim Publications, Inc.
 *
 * COPYRIGHT NOTICE
 *  Copyright 2005-2016 by Gleim Publications, Inc. and/or Gleim Internet, Inc.
 *  All worldwide rights reserved.
 *
 *  4201 NW 95th Boulevard
 *  Gainesville, FL  32606
 */
/**
 * Responsive styles for Thanksgiving popup
 */
/* Scale small screens down and eliminate images */
@media screen and (max-width: 829px) {
   #thxPopupBody {
      padding: 35px;
      width: 100%;
   }

   #thxPopupNotice {
      background-color: #FFF;
      border: solid #000 1px;
      max-width: 400px;
      width: 100%;
   }

   .desktopOnly {
      display: none;
   }
}

/* Display medium and large screens at normal size */
@media screen and (min-width: 830px) {
   #thxPopupImage {
      height: 600px;
      width: 800px;
   }

   #thxPopupNotice {
      height: 600px;
      width: 800px;
   }

   .mobileOnly {
      display: none;
   }
}
