
.bg-black {
  background-color: #000;
}

.kulturista-light {
  font-family: kulturista-web, serif;
  font-weight: 300;
  font-style: normal;
}

.kulturista-medium {
  font-family: kulturista-web, serif;
  font-weight: 400;
  font-style: normal;
}

.kulturista-bold {
  font-family: kulturista-web, serif;
  font-weight: 700;
  font-style: normal;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-content {
  background-color: transparent;
}

.modal .modal-body {
  padding: 0px;
}

.modal-body {
  padding: 0px;
}

.modal-dialog {
  width: 70%;
  top: 30px;
}

#shirt .row {
  display: flex;
}

#shirt .row .col-sm-6 {
  margin-top: auto;
  margin-bottom: auto;
}

@media only screen and (max-width:768px){
  #shirt .row {
    display: inline-block;
  }

  #shirt .row .col-sm-6 {
    margin-top: auto;
    margin-bottom: auto;
  }

}
