#homeText{
    position: relative;
    padding: 1px;
    background-color: #F3F3F3;
    margin: 20px auto;
}

#homeText h2{
    margin: 24px;
    margin-right: 140px;
}

.pmReadMore .overflow{
    display: none;
    background-color: #fff;
    margin: 22px;
    padding: 22px;
}

#homeText .pmReadMore .overflow p{
    color: #444;
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
}

.pmReadMore .overflow figure{
    margin-left: 40px;
}

.pmReadMore .overflow figure img{
    max-height: 350px;
}

.pmReadMore .overflow figcaption{
    font-size: 10px;
    float: right;
}

#homeText .pmReadMore .control{
    position: absolute;
    top: 21px;
    right: 21px;
    // transform: translateY(-50%);
    height: 30px;
}

.pmReadMore .control2{
    margin-right: 23px;
}

/*.pmReadMore button.readMore{
 text-transform: uppercase;
    background-color: #069593;
    color: #fff;
    padding: 6px;
 float:right;
    width: 110px;
    border: 0;
 font-weight: 600;
}*/

#homeText div.pmReadMore button.readMore {
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #2D9376;
    padding: 6px;
    float:right;
    transition: 300ms;
    color: #2D9376;
    border-radius: 5px;
    width: 110px;
    font-weight: 600;
}

#homeText div.pmReadMore button{
    outline: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
    .pmReadMore .control{
        position: absolute;
        top: 60px;
    }
    #homeText .pmReadMore .control{
        top: 100px;
    }
}