@charset "utf-8";
/* CSS Document */
.content {
  flex-direction: column;
  align-items: center;
  align-self: center;
  margin-top: 2vw;
}
.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  width: 70vw;
}
.skeletonladyblue {
  width: 30vw;
  height: 62vw;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("skeletonladyblue2.jpg");
  margin-bottom: 1vw;
}
.rednas {
  width: 39vw;
  height: 62vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("rednas2.jpg");
  margin-bottom: 1vw;
}
.nasportrait {
  width: 70vw;
  height: 55vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("nasli portrait2.jpg");
  margin-bottom: 1vw;
}
.redskull {
  width: 34.5vw;
  height: 46vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("redblackskull2.jpg");
  margin-bottom: 1vw;
}
.nicole {
  width: 34.5vw;
  height: 46vw;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("nicole2.jpg");
  margin-bottom: 1vw;
}
.dripskull {
  width: 70vw;
  height: 24vw;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("dripskull3.jpg");
  margin-bottom: 1vw;
}
.goldleafnas {
  width: 34.5vw;
  height: 46vw;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("goldleaffaceedit2.jpg");
  margin-bottom: 1vw;
}
.anahita {
  width: 34.5vw;
  height: 46vw;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("anahita2.jpg");
  margin-bottom: 1vw;
}
.bree {
  width: 70vw;
  height: 54vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("bree2.jpg");
  margin-bottom: 1vw;
}
.liz {
  width: 70vw;
  height: 54vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("liz3.jpg");
  padding-top: 2vw;
}
@media screen and (max-width : 600px){
  .content {
    margin-top: 1vw;
    width: 93%;
    max-width: 93%;
  }
  .row {
    flex-direction: column;
    width: 100%;
    padding-bottom: 0vw;
  }
  .skeletonladyblue {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 187vw;
    background-size: cover;
    margin-bottom: 4vw;
  }
  .rednas {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 144vw;
    background-size: cover;
    margin-bottom: 4vw;
  }
  .nasportrait {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 65vw;
    background-size: cover;
    margin-bottom: 4vw;
    padding-top: 0vw;
  }
  .nicole {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 119vw;
    background-size: cover;
    margin-bottom: 4vw;
    padding-top: 0vw;
  }
  .redskull {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 116vw;
    background-size: cover;
    margin-bottom: 4vw;
    padding-top: 0vw;
  }
  .dripskull {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 33vw;
    background-size: cover;
    margin-bottom: 4vw;
    padding-top: 0vw;
  }
  .goldleafnas {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 116vw;
    background-size: cover;
    margin-bottom: 4vw;
    padding-top: 0vw;
  }
  .anahita {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 116vw;
    background-size: cover;
    margin-bottom: 4vw;
    padding-top: 0vw;
  }
  .bree {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 70vw;
    background-size: cover;
    padding-top: 0vw;
    margin-bottom: 4vw;
  }
  .liz {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 70vw;
    background-size: cover;
    margin-bottom: 4vw;
    padding-top: 0vw;
  }
}