/* =======================================
Slideshow

    .bg-slider {
    	width: 100vw;
    	height: 100vh;
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    .bg-slider__title{
    	color: #fff;
    	font-size: 48px;
    	line-height: 1.5;
    	font-weight: bold;
    	text-align:center;
    	text-shadow: 1px 1px 1px #000;
            font-family: "M PLUS 1p", sans-serif;
    }
 ======================================= */
  .bg-slider {
      
    	width: 100vw;
      max-width: 800px;
    	height: 100vh;
      max-height: 900px;
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
