.grid .dropdown-toggle .value1 {
  display: inline;
}
.grid .dropdown-toggle .value2 {
  display: none;
}
.grid .dropdown-toggle .value3 {
  display: none;
}

.time .dropdown-toggle .value1 {
  display: none;
}
.time .dropdown-toggle .value2 {
  display: inline;
}
.time .dropdown-toggle .value3 {
  display: none;
}

.slideshow .dropdown-toggle .value1 {
  display: none;
}
.slideshow .dropdown-toggle .value2 {
  display: none;
}
.slideshow .dropdown-toggle .value3 {
  display: inline;
}

.grid section.timecol {
  display: none;
}

.time section.gridcol {
  display: none;
}

.grid .photos {
  margin-bottom: 20px;
}

.time .photos {
  margin-bottom: 60px;
}

.time .photos:last-child {
  margin-bottom: 30px;
}

.web-share {
  background: var(--color-grey-02);
}
.web-share .demo {
  display: none !important;
}
.web-share .top-bar {
  position: fixed !important;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #000;
  display: flex;
  align-items: center;
  position: relative;
  height: 80px;
  padding-left: var(--outer-side-padding-2);
  padding-right: var(--outer-side-padding-2);
}
.web-share .top-bar .logo {
  height: 40px;
}
.web-share .top-bar .right-group {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.web-share .top-bar .right-group .fab {
  opacity: 1;
  background: var(--color-grey-03);
  margin-right: 5px;
}
.web-share .top-bar .right-group .fab:hover {
  color: #fff;
  background: var(--color-grey-04);
}
.web-share .top-bar .dropdown .dropdown-menu {
  left: auto;
  right: 0;
  top: 40px !important;
  width: 185px;
  transform: none !important;
}
.web-share .grid-01 .ad {
  display: none;
  position: relative;
  z-index: 0;
}
.web-share .grid-01 .ad .card-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.web-share .grid-01 .ad .card-content .logo {
  width: 120px;
  height: auto;
  position: relative;
  margin-bottom: 5%;
}
.web-share .grid-01 .ad .card-content .btn {
  margin-top: 15%;
  padding: 0.6rem 1.7rem;
  margin-bottom: -2%;
  font-size: 14px;
  font-weight: 500;
}

.main {
  padding-top: 110px;
  padding-left: var(--outer-side-padding-2);
  padding-right: var(--outer-side-padding-2);
}
.main h2 {
  font-size: 16px;
  margin-bottom: 30px;
  color: var(--color-grey-08);
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-grey-04);
  padding-bottom: 10px;
  display: flex;
}
.main h2 .sep {
  color: var(--color-grey-05);
  margin: 0 5px;
  position: relative;
  top: -1px;
}
.main h2 .h2b {
  margin-left: auto;
}
.main h2 .title-icon {
  margin-right: 10px;
  font-size: 24px;
  position: relative;
  bottom: -5px;
}
.main .top-content {
  display: flex;
  margin-bottom: 25px;
}
.main h1 {
  margin-bottom: 40px;
}
.main .swipe2 {
  margin-bottom: 0;
}
.main .insidescroll {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  background: transparent;
  padding: 0;
  font-weight: 400;
}
.main .insidescroll .active {
  color: #fff;
}

.sub-albums {
  margin-bottom: 60px;
}
.sub-albums .albums {
  padding-left: 20px;
  overflow: hidden;
}
.sub-albums .swiper {
  width: 100%;
  z-index: 0;
  overflow: visible;
}
.sub-albums .swiper .swiper-wrapper {
  display: grid;
  grid-gap: 30px;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fill, 250px);
}
.sub-albums .swiper .swiper-button-next, .sub-albums .swiper .swiper-button-prev {
  color: #fff;
  width: 50px;
  height: 50px;
}
.sub-albums .swiper .swiper-button-prev {
  left: 0;
}
.sub-albums .swiper .swiper-button-next {
  right: 0;
}
.sub-albums .swiper .swiper-button-next:after, .sub-albums .swiper .swiper-button-prev:after {
  font-size: 30px;
}
.sub-albums .swiper .swiper-slide {
  width: 250px;
  background: var(--color-grey-04);
  margin: 0 !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.sub-albums .swiper .swiper-slide .card-01 img {
  height: 200px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.sub-albums .swiper .swiper-slide .card-01 .content {
  font-size: 14px;
  padding: 20px 20px 20px 45px;
}
.sub-albums .swiper .swiper-slide .card-01 .content .card-icon {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  font-size: 30px;
  top: 14px;
}
.sub-albums .swiper .swiper-slide .card-01 .content .text .title {
  font-size: 16px;
}
.sub-albums .swiper .swiper-slide .card-01:hover img {
  opacity: 0.8;
}

.swiper.swipe2 {
  width: 100%;
  z-index: 0;
}
.swiper.swipe2 .swiper-slide {
  width: auto;
  padding-left: 15px;
  position: relative;
  font-weight: 400;
}
.swiper.swipe2 .swiper-slide:before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-grey-06);
}
.swiper.swipe2 .swiper-slide:first-child {
  padding-left: 0;
}
.swiper.swipe2 .swiper-slide:first-child:before {
  display: none;
}
.swiper.swipe2 .material-icons-outlined {
  font-size: 18px;
  position: relative;
  bottom: -3px;
  margin-right: 4px;
}

.grid-01 {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}
.grid-01 .card {
  position: relative;
  padding-top: 100%;
}
.grid-01 .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .grid-01 .ad {
  display: block;
}

@media screen and (max-width: 800px) {
  .grid .photos {
    margin-bottom: 20px;
  }

  .time .photos {
    margin-bottom: 50px;
  }

  .time .photos:last-child {
    margin-bottom: 20px;
  }

  .web-share h1 {
    font-size: 28px;
  }
  .web-share .main {
    padding-top: 105px;
    padding-left: var(--outer-side-padding-1);
    padding-right: var(--outer-side-padding-1);
  }
  .web-share .main h2 {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .web-share .main h2 .title-icon {
    bottom: -4px;
    font-size: 20px;
  }
  .web-share .top-content {
    flex-direction: column;
  }
  .web-share .top-content .swipe2 {
    margin-bottom: 5px;
  }
  .web-share .grid-01 {
    grid-gap: 20px;
  }
  .web-share .top-bar {
    padding-left: var(--outer-side-padding-1);
    padding-right: var(--outer-side-padding-1);
  }
  .web-share .top-bar .right-group .fab {
    margin: 0;
  }
  .web-share .sub-albums .swiper .swiper-slide .card-01 img {
    height: 170px;
  }
  .web-share .sub-albums .swiper .swiper-slide .card-01 .content .text .title {
    font-size: 15px;
  }
  .web-share .sub-albums .swiper .swiper-slide .card-01 .content {
    font-size: 13px;
    padding: 15px 15px 15px 30px;
  }
  .web-share .sub-albums .swiper .swiper-wrapper {
    grid-template-columns: repeat(auto-fill, 215px);
  }
  .web-share .sub-albums .swiper .swiper-slide {
    width: 215px;
  }
  .web-share .sub-albums .swiper .swiper-slide .card-01 .content .card-icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    font-size: 24px;
    top: 9px;
  }
  .web-share .grid-01 .ad {
    position: relative;
  }
  .web-share .grid-01 .ad .card-content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    letter-spacing: -0.2px;
  }
  .web-share .grid-01 .ad .card-content .logo {
    width: 100px;
    height: auto;
    position: relative;
    margin-bottom: 5%;
  }
  .web-share .grid-01 .ad .card-content .btn {
    margin-top: 10%;
    padding: 0.5rem 0.9rem;
    font-size: 12px;
  }
}
@media screen and (min-width: 500px) {
  .grid-01 {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
@media screen and (min-width: 800px) {
  .grid-01 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .grid-01 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
