 .swiper-container {
        width: 100%;
/*        height: 400px; */
	overflow: hidden;
	position: relative;
      }

      .swiper-slide {
        text-align: left;
        /* font-size: 18px; */
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
	height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
      }

.swiper-slide p:last-child
{
	margin-bottom: 0;
}

@media screen and (max-width: 940px)
{

	.slider_hide_on_small_screen
	{
		display: none;
	}

	.swiper-slide
        {
                
        }

}
