article {
    margin-bottom: 3rem;
    position: relative;
    *zoom: 1;
}

article:before, article:after {
    content: "";
    display: table;
}

article:after { clear: both }

article figure {
    float: left;
    width: 32.5%;
}

article section:first-of-type {
    float: left;
    width: 100%;
}

article section:last-of-type {
    display: none;
    visibility: hidden;
}

section {
    -webkit-transition: .125s linear;
    -moz-transition: .125s linear;
    -ms-transition: .125s linear;
    -o-transition: .125s linear;
    transition: .125s linear;
}

input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
	vertical-align:middle;
}

[for="read_more"] {
    position: absolute;
    bottom: -3rem;
    left: 0;
    text-align: center;
    padding: 1rem;
}


[for="read_more"] span:last-of-type {
    display: none;
    visibility: hidden;
}

[for="read_more2"] {
    position: absolute;
    bottom: -3rem;
    left: 0;
    text-align: center;
    padding: 1rem;
}


[for="read_more2"] span:last-of-type {
    display: none;
    visibility: hidden;
}

[for="read_more3"] {
    position: absolute;
    bottom: -3rem;
    left: 0;
    text-align: center;
    padding: 1rem;
}


[for="read_more3"] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ figure { width: 100% }

input[type=checkbox]:checked ~ [for="read_more"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more"] span:last-of-type {
    display: block;
    visibility: visible;
}

input[type=checkbox]:checked ~ [for="read_more2"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more2"] span:last-of-type {
    display: block;
    visibility: visible;
}

input[type=checkbox]:checked ~ [for="read_more3"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more3"] span:last-of-type {
    display: block;
    visibility: visible;
}