/*! http://responsiveslides.com v1.55 by @arielsalminen */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides li a{
	display: flex;
	align-items:center;
	justify-content:flex-start;
	width:100%;
	max-width:100%;
	min-width:100%;
	height:600px;
	max-height:600px;
	min-height:600px;
	position:relative;
}
.rslides img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	list-style: none;
	width: 100%;
	display: flex;
	align-items:center;
	justify-content:flex-start;
	margin-top:5px;
    flex-wrap: wrap;
}

.rslides_tabs li {
	list-style:none;
	margin-right: 5px;
	margin-bottom: 5px;
}

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

#modelProfile_slide-pager a {
	display: flex;
	align-items:center;
	justify-content:flex-start;
	width:70px;
	max-width:70px;
	min-width:70px;
	height:70px;
	max-height:70px;
	min-height:70px;
	position:relative;
}

#modelProfile_slide-pager img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}

#modelProfile_slide-pager .rslides_here a {
  background: transparent;
}
#modelProfile_slide-pager a {
  padding: 0;
}