#full-slider-gallery
{
	position: relative;
	width: 100%;
	height: 100%;
}

#full-slider-gallery > div.slider-outer-wrapper
{
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	overflow: hidden;
}

#full-slider-gallery .full-slider-button-container
{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 300px;
	margin: 40px auto;
}

@media screen and (max-width:1320px)
{
	#full-slider-gallery .full-slider-button-container
	{
		display: none;
	}
}

#full-slider-gallery .full-slider-button-container .full-slider-button
{
	position: absolute;
	z-index: 500;
	display: block;
	margin: auto 0;
	width: 55px;
	height: 55px;
}

#full-slider-gallery .full-slider-button-container .full-slider-button.previous
{
	left: 0;
	top: 80px;
	background: url('/images/grey-arrow-left.png') top center no-repeat;
	
}

#full-slider-gallery .full-slider-button-container .full-slider-button.next
{
	right: 0;
	top: 80px;
	background: url('/images/grey-arrow-right.png') top center no-repeat;
}

/* Individual property image */

#full-slider-gallery .swiper-slide {
  text-align: center;
  background: #fff;
  width: 80%;

  max-height: 500px;
  /* Center slide text vertically */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
}

.slider_image
{
	width: 100%;
	height: auto;
}


.full-slider-image-container
{
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 768px)
{
	#full-slider-image-container a
	{
		margin: auto;
	}
}

.view-gallery-link
{
	text-align: center;
	font-family: 'lato_bold';
	font-size: 14pt;
	text-transform: uppercase;
	color: #000000 !important;
	margin-top: 60px;
	margin-bottom: 60px;
}

@media screen and (max-width: 991px){

.slider_image {
    width: 100% !important;
}
}