/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */

.eb-image-box{
  margin: 0 auto;
  max-width: 100%;

  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;

  &-image{
     img{
        margin-bottom: 0 !important;
     }
  }

  .round{
     border-radius: 200%;
  }

  &-button{
	   padding: 0;
  }

  &-title{
     display: block;
     margin-top: 5px !important;
     margin-bottom: 5px !important;
  }

  &-content{
     padding: 10px 0 20px;
  }

  &-desc{
     margin-bottom: 0;
  }

  &.center{
     text-align: center;
  }

  &.right{
     text-align: right;
  }
}