.clear {clear: both;}
/* type your styling code here */
.carousel_wrapper {position:relative; width:100%; min-height: 175px; }
.carousel_column button {min-height: 180px; height: initial; padding: 0; border-radius: 12px; border:none; outline:none; background: rgba(200, 200, 200, 0); -webkit-transition: background 0.1s ease-in-out; -moz-transition: background 0.1s ease-in-out; -o-transition: background 0.1s ease-in-out; transition: background 0.1s ease-in-out;}
.carousel_column button img {width:100%;}
.carousel_column .angle_down {display: block; margin: 10px auto; width: 56px; height: 33px; background: url('../images/angle_down.png'); opacity: 0.5;}
.carousel_column:hover > button { background: rgb(218, 165, 32) !important; background: rgba(218, 165, 32, 1) !important; -webkit-transition: background 0.1s ease-in-out; -moz-transition: background 0.1s ease-in-out; -o-transition: background 0.1s ease-in-out; transition: background 0.1s ease-in-out;}
.content {margin-top:20px;}
#performance_content .sub_button {display: block; margin: 10px 0; padding: 5px; width: 100%; height: 50px; line-height: 15px;}