/*Start Content*/
/*Start article*/
.home-article_text{
    width: 80%;
    font-size:1.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.home-article_image{
    width: auto;
    height: 100%;
}
/*End article*/
/*End Content*/
/*Responsive*/
@media screen and (max-width:1200px){     
    .page-article_p--home{
        line-height:1.1rem;
    }    
}
@media screen and (max-width:600px){
    /*Start Content*/
    .home-article_text{    
        width: 95%;
    }  
    .page-article_p--home{
        line-height:1rem;
    }
}
@media screen and (max-width:340px){   
 .page-article_p--home{
    font-size:0.66rem;
 }
}