body {
    background: url(http://enminutos.com.ec/web/wp-content/uploads/2019/01/DJI_0457.jpg);
    background-size: cover;
    background-position: center;
}

.header-one {
    background: url(../img/slider/responsive.png) no-repeat center center !important;
    background-size: cover !important;
}

.header-one{
  background: url('../img/slider/1.jpg') no-repeat center center fixed;
  background-size: cover;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #fff;
  height: 100vh;
  width: 100%;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.header-one .content {
  margin-top: 90px;
}  

 .intro-talent, .intro-client {
	height:100vh;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	text-align:text;
 }
 
 .intro-talent {
	background: rgba(50, 152, 91, 0.5);
	background-size: cover;
	background-position: center right;
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
 }

 .intro-talent:hover {
	background: rgba(50, 152, 91, 0.7);
 }
 
 .intro-client {
	background: rgba(250, 204, 0, 0.4);
	background-size: cover;
        background-position: center left;
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
 }

 .intro-client:hover {
	background: rgba(250, 204, 0, 0.5);
 }
 
 .intro-talent h1, .intro-client h1 {
    font-size: 50px;
 }
 
 .intro-talent p, .intro-client p,
 .intro-talent a, .intro-client a {
    color: #fff;
    font-size: 23px;
    font-weight: 300;
 }


@media only screen and (max-width: 768px){
	.header-one .content {
	  margin-top: 140px;
	}   
}

@media only screen and (max-width: 768px)
.header-one {
    background: url(../img/slider/responsive.png) no-repeat center center !important;
    background-size: cover !important;
}

@media only screen and (max-width: 1024px){
    .header-one { height:auto; }	
    .intro-talent, .intro-client { height: 380px; display:block; padding-top: 130px; }	
    .intro-talent h1, .intro-client h1 { font-size:35px; }
    .intro-talent h1 { margin-top:70px; }
    .intro-client h1 { margin-top:50px; }
    .intro-talent a, .intro-client a { font-size:15px; }
}

@media only screen and (max-width: 1024px)
.header-one {
    height: auto;
}
