.container-SEI {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index:0;
}

#slides {
  position: relative;
  width: 100%;
  height: 100%;
}

#slides .slide {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

#slides .slide .title {
  position: absolute;
  top: 10%;
  left: 50px;
  z-index: 2;
  padding-top: 5px;
  font-family: "Reem Kufi", sans-serif;
  font-size: 5em;
  color: white;
  overflow: hidden;
}

#slides .slide .title .title-text {
  display: block;  	
  -webkit-transform: translateY(1.2em);
          transform: translateY(1.2em);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

#slides .slide .slide-partial {
  position: absolute;
  width: 100%;
  height: 100%;    	
  overflow: hidden;
  	
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

#slides .slide .slide-partial img {
  position: absolute;
  z-index: 1;
  width: 100%;  
  height: 100%;		
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

#slides .slide .slide-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#slides .slide .slide-left img {
  top: 0;
  right: 0;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

#slides .slide .slide-right {
  top: 0;
  right: 0;	
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;  
}

#slides .slide .slide-right img {
  top: 0;
  left: 0;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); 	
}

#slides .slide.active .title .title-text {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#slides .slide.active .slide-partial, #slides .slide.active .slide-partial img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#slide-select {
  position: absolute;
  top: 25%;
  left: 50px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: "Reem Kufi", sans-serif;
  font-size: 1.5em;
  font-weight: lighter;
  color: white;
}

.container-SEI ul {
  padding: 0px;
  margin: 0px;
  list-style: none;	
}

#slide-select li {
  list-style: none;		
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}
#slide-select li.prev:hover {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
#slide-select li.next:hover {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
#slide-select .selector {
  height: 3px;
  width: 30px;
  background-color:rgba(147,138,127,0.7);
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

#slide-select .selector.current {
  background-color:#2e3f58;
}


/*=====@Medias=======*/
@media (max-width:3200px){	
.container-SEI {
  height: 1530px;
}
}

@media (max-width:2560px){	
.container-SEI {
  height: 1170px;
}
}

@media (max-width:2048px) and (min-width:300px){	
.container-SEI {
  height: 1266px;
}
}

@media (max-width:1920px) and (min-width:300px){	
.container-SEI {
  max-height: 930px;
  height: 810px	
}
}

@media (max-width:1856px) and (min-width:300px){	
.container-SEI {
  height: 1122px;
}
}

@media (max-width:1800px) and (min-width:300px){	
.container-SEI {
  height: 1170px;
}
}

@media (max-width:1792px) and (min-width:300px){	
.container-SEI {
  height: 1522px;
}
}

@media (max-width:1600px) and (min-width:300px){	
.container-SEI {
  height: 1330px;
}
}

@media (max-width:1366px) and (min-width:300px){	
.container-SEI {
  height: 498px;
}
}

@media (max-width:1280px) and (min-width:300px){	
.container-SEI {
  height:513px;
}
}

@media (max-width:1024px) and (min-width:300px){	
.container-SEI {
  height:780px;
}
	
#slide-select {
  top:45%;
}

#slides .slide .title {
  top:30%;
}	

}

@media (max-width:999px) and (min-width:300px){
.container-SEI {
  height:330px;
}
	
#slide-select {
  top:55%;
}

#slides .slide .title {
  top:0%
}		
}

@media (max-width:823px)and (min-width:300px){
#slide-select {
  top:75%;
}

#slides .slide .title {
  top:40%
}	
}	
	
@media (max-width:768px) and (min-width:300px){
#slide-select {
  top:75%;
}

#slides .slide .title {
  top:40%
}	
}

@media (max-width:699px) and (min-width:300px){

}

@media (max-width:560px) and (min-width:375px){

}
	
@media (max-width:374px) and (min-width:375px){


}	

