html - Increase height bootstrap diferent devices responsive way -


i can't find answer topic , need solution problem, find myself trying figure out how solve this, basicly have div has video, , want div increase in bootstrap responsive way, happening @ moment div decrease when decrease screen size, how can bootstrap classes or bootstrap way?

   <section class="content_section bg_fixed white_section bg2">         <div class="embed-responsive embed-responsive-16by9">               <div id="video_overlays"></div>              <div class="container vertical-center">                 <div id="over">                     <div class="title-wrapper main_title  centered upper">                         <h2><span class="line"></span>simple solutions complex problems</h2>                     </div>                      <div class="description4 centered">                         <p dir="ltr"><b id="docs-internal-guid-7b963bcb-e991-08ff-b846-612f8d57baee">the world complex place.&nbsp;</b><br><b>our solutions designed allow organisations , use information without adding layers , layers of heavy software.<br> usability , simple deployment key words.</b></p>                      </div>                 </div>             </div>             <div id="player" width="100%" height="100%" style="z-index:-1">             </div>         </div>      </section> 


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -