/* hire pop-up ----------------------------------*/
.overlay2 {
  position: fixed;
  bottom:0;
  height:40vw;
  max-height:50vh;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
  transition: opacity 500ms;
 
  z-index: 1000;   
}
.overlay2:target {
  visibility: hidden;
  opacity: 0;
}
.popup-hire-close {
  position: absolute;
  top:    2px;
  right:  2px;
  transition: all 200ms;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #000; 
   z-index: 1001; 
}

.to_bcg {   
    background: url("../img/banner/STUL_HOMEPAGE_bcg5.png") center center;
    background-size:cover; 
    background-repeat:no-repeat; 
    position:absolute;
    bottom:0px;     
}        
.to { 
    margin-bottom:-20px;
    height: clamp(200px,32vw,400px);
    background: url("../img/banner/STUL_HOMEPAGE_6.png") bottom center;
    background-size:cover;
    background-size:   auto 70%;
    background-repeat: no-repeat;
    border:none;
    padding:0px; 
}
.le {    
    width:100vw;  
    margin:none;
}
.pop_head{ 
    font-size: 16px;
    font-weight:bold;
    color:#F5F5F5;
}
.pop_text{ 
    font-size: 12px;
    font-weight: 400;
    color: #F5F5F5;
    margin-top: 5px;
}
.pop_button{  
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: #F5F5F5;
    width: 100px;
    height: 26px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 8px;
}
.pop_button a{   
     text-decoration: none;
}
.text_container {
    position: absolute;
    top:84px;
    left:5vw;
} 


@media (min-width: 768px) {
        
 .to_bcg {    
    background-position: center center;
    background-size:cover; 
    background-repeat: no-repeat;     
}
.to {    
      background-position: bottom center;
      background-size:  70% auto;     
}
.text_container {
        position: relative;
        top:60px;
        left:14vw;
}
.le {
    width:100vw;
}
.pop_head{
    font-size: 30px;
    font-weight:bold;
}
.pop_text{
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.pop_button{
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  width: 150px;
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 15px;
}
}

@media (min-width: 1024px) {
  .to_bcg {    
          background-position:center center;
          background-size:cover; 
          background-repeat: no-repeat;     
          }
      .to {    
        background-position: 100px top;
        background-size: 90% auto;      
      }
} 
