﻿@media  screen and (max-width: 1024px) {
    .NFBfullScreen{
        display:none !important;
    }
    .BETowerLR{
        margin-top:0;
        height:inherit;
    }
    #BEMultimediaContainer{
    height: inherit; 
    vertical-align: top;
}
    .BEMediaFixedHeightContainer{
        height:inherit;
    }
    .BEMediaContent{
        height:inherit;
    }
    #FullScreenDiv {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }

    .masterHeadContent {
        position: inherit;
        top: 00px;
        left: 0;
    }

   

    iframe {
        position: absolute;
        width: 100%;
     /*   height: 300%;*/
    }

     .panelBlockSocial {
        min-width: 300px;
    }
  
     .BETowerL{
         min-width:100%;
     }

   

    .ui-tooltip {
        display: none !important;
    }

    .btn-group-xs > .btn {
        font-size: 18px !important;
        border-radius: 6px;
    }
      .BEwrapper {
        width: calc(100% - 8px);
        padding: 0 4px;
       
    }
      .BETowerL {
          height:auto;
      }
}