/*********************************1px to 320px (Mobile -S)*******************************************/
         /*********************************1px to 320px (Mobile -S)*******************************************/
         @media screen and (max-width: 320px) and (min-width: 1px) 
   {
   .iframeSize
   {
    height:1820px;
   }
   }
   /*********************************321px to 375px (Mobile-SX)*******************************************/
         @media screen and (max-width: 375px) and (min-width: 321px) 
   {
            .iframeSize
   {
    height:1780px;
   }  
         }
         /*********************************376px to 412px (Mobile-M)*******************************************/
         @media screen and (max-width: 412px) and (min-width: 376px) 
   {
            .iframeSize
   {
    height:1740px;
   }    
         }
         /*********************************413px to 600px (Mobile-L)*******************************************/
         @media screen and (max-width: 600px) and (min-width: 413px) 
   {
            .iframeSize
   {
    height:1740px;
   }    
         }
         /*********************************601px to 768px(iPad Mini)*******************************************/
         @media screen and (max-width: 768px) and (min-width: 601px) 
   {
            .iframeSize
   {
    height:1650px;
   }    
         }
         /*********************************769px to 800px (iPad Layout)*******************************************/
         @media screen and (max-width: 800px) and (min-width: 769px) 
   {
            .iframeSize
   {
    height:1650px;
   }     
         }
         /*********************************Desktop Layout*******************************************/
         @media screen and (max-width: 1280px) and (min-width: 801px) 
         {
            .iframeSize
   {
    height:1700px;
   }   
         }
         /*************************************HD Desktop*************************************************/
         @media screen and (max-width: 1440px) and (min-width: 1281px) 
         {
            .iframeSize
   {
    height:1700px;
   }       
         }
         /*************************************HD Desktop*************************************************/
         @media screen and (min-width: 1441px) 
         {
            .iframeSize
   {
    height:1700px;
   }       
         }