body{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
  .swiper {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
  }
  .swiper-slide figure{
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  .swiper-slide figure figcaption{
    position: absolute;
    bottom: 0;
    color: white;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .swiper-slide figure img{
    width: 100%;
    margin: 0px;
  }

  
  
  
  
  @media all and (min-width:520px) and (max-width:850){
    #navbar{
      width:100%;
    }
    #left p{
      margin-left: 5px;
    }
    
  }


  #cont{
    color: white;
    margin-left: 15px;
  }
 #wrap_cont-1{
    display: flex;
    justify-content: space-around;
 }
 #wrap_cont-1 img{
    width: 100%;
    height: 250px;
 }
 #wrap_cont-2{
    display: flex;
    justify-content: space-around;
 }
 #wrap_cont-2 img{
    width: 100%;
    height: 250px;
 }
 #wrap_cont-3{
    display: flex;
    justify-content: space-around;
 }
 #wrap_cont-3 img{
    width: 100%;
    height: 250px;
 }
 .slide{
    margin-left: 10px;
 }

 
