/* index.css for LingoBingo */





.frame[data-landing-page] { height: 100%;
         width: 100%;
         position: absolute;
         top: 0px;
         left: 0px;
         overflow: hidden;


 & .bg_wrap { height :100%;
              width: 100%;
              position: absolute;
              top: 0px;
              left: 0px;
              overflow: hidden;

    & img { height: 100%;
            width: 100%;
            position: absolute;
            vertical-align: bottom;
            object-fit: cover;
          }

           }



        } /*frame*/
