.ecae-image a, .ecae-image img {
width: inherit;
height: inherit;
max-width: 100%;
}
.ecae-table-left {
display:table;
}
.ecae-table-right {
display:table;
direction: rtl;
}
.ecae-table-left .ecae-table-cell {
display:table-cell;
vertical-align:top;
}
.ecae-image .wp-caption {
width: inherit !important;
padding: 0px !important;
}
.ecae-table-right .ecae-table-cell {
display:table-cell;
vertical-align:top;
direction: ltr;
}
.ecae-button,
.ecae-button a,
.ecae-button a span {
white-space:nowrap;
}
.ecae-button {
display: block;
}
.ecae-dots {
display: inline-block;
padding: 0;
} @media screen and (max-width : 768px) { .ecae-table-left, .ecae-table-right {
display:block !important;		
}
.ecae-table-cell {
display:block !important;
margin-right:auto !important;
}
}.ecae-button.ecae-buttonskin-black {
padding-top: 10px;
padding-bottom: 13px;
font-size: 14px;
}
.ecae-button.ecae-buttonskin-black a.ecae-link {
text-decoration: none;
font-size: inherit;
}
.ecae-button.ecae-buttonskin-black a.ecae-link {	
padding: 7px 12px;
border-width: 2px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #FFF;
border-color: #222;
background: #222;
}
.ecae-button.ecae-buttonskin-black a.ecae-link:hover {	
color: #fff;
border-color: #333;
background-color: #333;
}