.myxvc_songs {
  color: #c4c4c4;
}
.myxvc_songs-item {
  margin-bottom: 16px;
}
.myxvc_songs-inner {
  display: flex;
  align-items: stretch;
  font-size: 16px;
  background-color: #161616;
  height: 100%;
}
.myxvc_songs-inner h3 {
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 9px;
}
@media only screen and (min-width: 556px) {
  .myxvc_songs-inner h3 {
    font-size: 20px;
  }
}
.myxvc_songs-inner h1, .myxvc_songs-inner h2, .myxvc_songs-inner h3, .myxvc_songs-inner h4, .myxvc_songs-inner h5, .myxvc_songs-inner h6 {
  color: #fff;
}
.myxvc_songs-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 40%;
  max-width: 150px;
  margin-right: 15px;
  position: relative;
}
@media only screen and (min-width: 556px) {
  .myxvc_songs-img {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .myxvc_songs-img {
    max-width: 200px;
  }
}
.myxvc_songs-img img {
  max-width: 100%;
  height: auto;
}
.myxvc_songs-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
}
@media only screen and (min-width: 556px) {
  .myxvc_songs-text {
    padding-right: 24px;
  }
}
.myxvc_songs-num {
  height: 70px;
  width: 70px;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  padding: 10px 5px;
  border-radius: 50%;
  text-shadow: 0 0 12px #666;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .myxvc_songs-num {
    height: 80px;
    width: 80px;
    font-size: 70px;
  }
}
.myxvc_songs-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.myxvc_songs-socials li {
  margin-bottom: 5px;
}
.myxvc_songs-socials a {
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding: 3px 8px;
  height: 24px;
  background-color: #c4c4c4;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.myxvc_songs-socials a:hover {
  background-color: rgb(1, 182, 147);
}
.myxvc_songs-socials a:hover img {
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  .myxvc_songs-socials a {
    height: 30px;
  }
}
.myxvc_songs-socials a img {
  width: 18px;
  max-height: 18px;
  display: block;
}
@media (min-width: 768px) {
  .myxvc_songs-socials a img {
    width: 24px;
    max-height: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .myxvc_songs.small {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}
.myxvc_songs.small .myxvc_songs-inner {
  font-size: 14px;
}
.myxvc_songs.small .myxvc_songs-item {
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .myxvc_songs.small .myxvc_songs-item {
    flex: 1 1 50%;
    padding: 0 12px;
  }
}
@media (min-width: 1200px) {
  .myxvc_songs.small .myxvc_songs-num {
    font-size: 55px;
  }
}
.myxvc_songs.small .myxvc_songs-img {
  max-width: 160px;
}
.myxvc_songs.small .myxvc_songs-text {
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .myxvc_songs.small .myxvc_songs-text {
    padding-right: 7%;
  }
}
.myxvc_songs.small .myxvc_songs-socials a {
  height: 26px;
}
.myxvc_songs.small .myxvc_songs-socials a img {
  width: 17px;
  max-height: 17px;
}/*# sourceMappingURL=style.css.map */