.about-us a.read-more {
float: right;
margin: 20px 2.7% 20px 0;
.about-us a.read-more {
position: absolute;
right: 5%;
.container {
position: relative;
margin-bottom: 7%;
.ss__content, // ЭТО УБЕРИТЕ
.ss__aside {
display: table-cell;
vertical-align: top;
transition: all 0.5s ease;
}
.ss:not(.active) .ss__aside {
width: 0;
position: absolute; // ВОТ ЭТО
padding: 0; // ВОТ ЭТО
}
<input id="color-placeholder" class="color-text">
#color-placeholder::-webkit-input-placeholder {тут стили например плэйсхолдера}
.color-text { тут цвет введенный пользователями текст! color: #DF289E;}