@charset "UTF-8";
.slick-initialized .slick-slide {
  height: auto;
}

#profile {
 min-height: 550px;
} 

#profile .left {
  background-image: url(/assets/images/top/profile-bg.jpg);
  background-size: cover;
}
#profile .left img,
#profile .right div {
  max-width: 400px;
  height: fit-content;
  width: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#schedule {
  background-image: url(/assets/images/top/schedule-bg.jpg);
  background-size: cover;
  background-position: bottom;
}

#schedule tr:nth-child(even) {
  background: #ffffff;
}
#schedule tr:nth-child(odd) {
  background: #efefef;
}
#schedule td,
#schedule th {
  padding: 1rem;
}

#schedule .border-right {
  border-right: solid #999 1px; 
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
    padding-top: 0px!important;
    font-size: 24px;
    color: white;
}

@media screen and (min-width: 768px) {
  #profile .left img,
  #profile .right div {
    max-width: 450px;
  }
}