.gallery-title {
  font-size: 3rem;
  /* color: #e61e82; */
  color: #6d5d35ff;
  margin-bottom: 60px;
  margin-top: 20px;
}
.section-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.section-title h2 {
  font-size: 1.5rem;
  /* border-left: 5px solid pink; */
  border-left: 5px solid #6d5d35ff;
  padding-left: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.hero-vdo {
  margin-bottom: 50px;
}
.vdo-cover {
  position: relative;
}
.vdo-icon img {
  width: 100%;
}
.hero-vdo .vdo-icon {
  position: absolute;
  width: 120px;
}
.hero-vdo .vdo-icon {
  top: calc(50% - 60px);
  left: calc(50% - 60px);
}

/* vdo in modal */
#vdoModal .vdo-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
}
#vdoModal .vdo-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#vdoModal {
  background-color: rgba(0, 0, 0, 0.6);
}
#vdoModal .modal-dialog {
  max-width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
#vdoModal .modal-body {
  padding: 0;
}

.loadmore-btn {
  background-color: #ebebeb;
  color: #f599b1;
  text-transform: uppercase;
  font-size: 1.15rem;
  margin: 20px 0;
}
.loadmore-btn:focus {
  outline: none;
  box-shadow: none;
  color: #f599b1;
}

/* most view */
.most-view-vdo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.most-view-vdo .vdo-cover {
  padding: 4px;
}
.most-view-vdo .thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.most-view-vdo .small .vdo-cover {
  height: 50%;
}
.most-view-vdo .big .vdo-cover {
  height: 100%;
}
.most-view-vdo .vdo-icon {
  position: absolute;
}
.most-view-vdo .small .vdo-icon {
  width: 40px;
  right: 10px;
  top: 10px;
}
.most-view-vdo .big .vdo-icon {
  width: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.most-view-vdo .big {
  height: 20vw;
  min-height: 300px;
}
/* videos */
.all-vdo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.all-vdo .vdo-cover {
  padding: 4px;
}
.all-vdo .thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.all-vdo .small {
  display: flex;
  flex-wrap: wrap;
}
.all-vdo .small .vdo-cover {
  width: 50%;
}
.all-vdo .big .vdo-cover {
  height: 30vh;
  min-height: 320px;
}
.all-vdo .vdo-icon {
  position: absolute;
}
.all-vdo .small .vdo-icon {
  width: 40px;
  right: 10px;
  top: 10px;
}
.all-vdo .big .vdo-icon {
  width: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.all-vdo .odd {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.all-vdo .even {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
  .gallery-title {
    margin-bottom: 40px;
    font-size:2rem;
  }
  .most-view-vdo .big {
    height: 20vw;
    min-height: 210px;
  }
  .all-vdo .big .vdo-cover {
    min-height: 200px;
    height: 22vh;
  }
  .most-view-vdo .small .vdo-icon {
    width: 30px;
  }
  .all-vdo .small .vdo-icon {
    width: 30px;
  }
}
.modal-content {
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 425px) {
  #vdoModal .modal-dialog {
    width: 90%;
    max-width: 90%;
  }
  .most-view-vdo .mobile-height {
    display: flex;
    flex-wrap: wrap;
    min-height: 100px;
    height: 11vh;
  }
  .most-view-vdo .mobile-height > div {
    width: 50%;
  }
  .most-view-vdo .mobile-height .vdo-cover {
    height: 100%;
  }
  .most-view-vdo .big {
    height: 40vw;
    min-height: 170px;
  }
  .all-vdo .small {
    display: flex;
    flex-wrap: wrap;
    min-height: 200px;
    height: 22vh;
  }
}
