/* 
  Theme Name: Axtra - Digital Agency Portfolio Template
  Author: Crowdyflow
  Support: habib.crowdyflow@gmail.com
  Description: BUILDY – is a  Constructor HTML5 template that comes with high-quality 3 Pre build Home Pages and many built-in awesome inner pages  which are perfect for any creative agencies, designers, digital agencies, freelancers, developers, designers, marketing, startup, blog and portfolio.
  Version: 1.0
*/
#slider_bg{
  background-size: cover !important;
}
@media(min-width:768px){
  #slider_bg.beforeRemove {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    
  }
}
@media(max-width:768px){
  #slider_bg.beforeRemove {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    margin-top: 70px;
    height: 80vh;
  }
}
@media(max-width:480px){
  #slider_bg.beforeRemove {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    margin-top: 70px;
    height: 200px;
  }
}