@import url('default.css');
#contents {

    width: 100%;
}
.cont-text-container {
    position: relative;
    float: left;
    width: 100%;
    display: block;
}

.records-container .object {
    display: block;
	width: -o-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: -ms-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
    position: relative;
    float: left;
    min-height: 300px;
}

.records-container .object .objectImage {
	width: -o-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: -ms-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
margin-right: 20px;
position: relative;
    float: left;
}

.records-container .object .objectNote {
    display: block;
    width: 50%;
    position: relative;
    float: left;
    text-align: justify;    
}

.records-container .object:nth-child(odd) {
	margin-right: 20px;
}
.records-container .object:nth-child(even) {
	margin-left: 20px;
}
