.tamed-wrap{
  label{
    width: 20%;
    display: block;
    float: left;
    margin-right: 5%;
    padding: 25px;

    text-align: center;
    border-radius: 5px;
    background-color: transparent;

    &:last-child{
      margin-right: 0;
    }

    img{
      margin-bottom: 25px;
    }
  }

  input[type="radio"]{
    display: none;
  }

  input[type="radio"]:checked + label{
    background-color: $grey-light;
  }

  #tamed-logo-preview{
    img{
      width: auto;
      height: 150px;
      margin-bottom: 0;
    }
  }
}