#bottom-left-rect {
    position:relative;
    width:100%;
    height:45%;
    border:none;
    margin:-5% 0 0 0;
}
#bottom-left-rect .content-section {
    margin-left:5%;
    margin-right:6%;
    background: url('images/background_bottom_left.png') no-repeat;
    background-size: contain;
    position:relative;
    top:11%;
    height:100%;
    z-index: 10;
    overflow: hidden;
    line-height: 1px;
    font-size: 1px;
    padding-top:25%;
}
#bottom-left-rect img {
    position:absolute;
    z-index:1;
    width:100%;
    top:0;
    font-size:1px;
}
#bottom-left-rect p {
    position:relative;
    padding: 0;
    margin:0;
/*    transition:left 1s ease-in-out, opacity 1s ease-in-out;*/
    width:400%;
/*    opacity:0.1;*/
	display:none;
}
#bottom-left-rect .display {
/*    opacity: 0.9 !important;*/
	display:block;
}
#bottom-left-rect .hide-left {
    left:-100% !important;
}
#bottom-left-rect .hide-right {
    left:100% !important;
}