
.contenedor-slider {
  position: relative;
  overflow:hidden;

}
.slider {
  display:inline-flex;
  width: 400%;
}

.slider__section1 {
  width: 100%;
}

.poza1{
	width:100%;
	height:400px;
	background-image: url(../images/poze/IMG_1.jpg);
	background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  

  
  /* This is what makes the background image rescale based
     on the container's size */
 /* background-size: cover;  */
  
  background-position:50% 50%;
    background-size: cover;
}
.poza2{
	width:100%;
	height:400px;
	background-image: url(../images/poze/IMG_2.jpg);
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  

  
  background-position: 50% 50%;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
}
.poza3{
	width:100%;
height:400px;
	background-image: url(../images/poze/IMG_3.jpg);
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  background-position:50% 50%;
 
  
    /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
}


.poza4{
width:100%;
height:400px;
	background-image: url(../images/tineret_08_12_2017.jpg);
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;  
  background-position:50% 50%;  
    /* This is what makes the background image rescale based
     on the container's size */
  background-size: 100% 100%;  
}

.poza5{
width:100%;
height:400px;
	background-image: url(../images/seara_colinde_2017.jpeg);
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;  
  background-position:50% 50%;  
    /* This is what makes the background image rescale based
     on the container's size */
  background-size: 100% 100%;  
}


.poza6{
width:100%;
height:400px;
	background-image: url(../images/10martie2018.jpg);
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;  
  background-position:50% 50%;  
    /* This is what makes the background image rescale based
     on the container's size */
  background-size: 100% 100%;  
}



.btn-prev, .btn-next {
  width: 60px;
  height: 90px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-family: monospace;
  cursor: pointer;
}

.btn-prev:hover, .btn-next:hover {
  background: white;
}

.btn-prev {
  left: 0px;
}

.btn-next {
  right: 0px;
}
