/* Table of Contents ================================================== #Image */ /* #Image ================================================== */ .img-placeholder { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: rgba(236,238,241,1); color: rgba(43,50,53,1); display: block; font-size: 13px; font-weight: bold; height: 0; line-height: 0; padding-top: 50%; padding-bottom: 50%; text-align: center; vertical-align: middle; width: 100%; } .img-placeholder i { color: rgba(43,50,53,1); display: block; font-size: 64px; line-height: 64px; margin: -42px 0 15px 0; } img { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 0; display: block; height: auto; max-width: 100%; vertical-align: middle; width: auto\9; -ms-interpolation-mode: bicubic; } .img-circle { -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px; } .img-center { margin: 0 auto; }