.tab-container {
  text-align: center; }
  .tab-container button {
    border: 2px solid rgba(0, 0, 0, 0);
    outline: none;
    padding: 12px 28px;
    border-radius: 50px;
    color: #fff;
    background-color: #f13939;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 10px;
    transition: all 0.2s;
    box-sizing: border-box; }
    .tab-container button:hover {
      border-color: #8a8989;
      background-color: #fff;
      color: #f13939; }
    .tab-container button:focus {
      color: #fff;
      background-color: #f13939; }
    .tab-container button.selected {
      border-color: #8a8989;
      background-color: #fff;
      color: #f13939; }

.photo-container {
  line-height: 0;
  -webkit-column-count: 4;
  -webkit-column-gap: 0;
  -moz-column-count: 4;
  -moz-column-gap: 0;
  column-count: 4;
  column-gap: 0;
  margin-top: 40px; }
  .photo-container img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
    padding: 3px; }

.colors {
  text-align: center;
  margin-bottom: 75px; }
  .colors span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 70px; }

@media only screen and (max-width: 800px) {
  .tab-container button {
    margin: 0;
    border-radius: 0;
    border: none; } }
@media only screen and (max-width: 768px) {
  .tab-container button {
    margin: 10px auto;
    padding: 12px 0;
    display: block;
    width: 100%;
    max-width: 200px; } }
@media only screen and (max-width: 500px) {
  .tab-container button {
    font-size: 14px; } }
@media (max-width: 1000px) {
  .photo-container {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
@media (max-width: 800px) {
  .photo-container {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media (max-width: 400px) {
  .photo-container {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }

/*# sourceMappingURL=work.css.map */
