html,
body {
  display: flex;
  min-height: 100vh;
  font-family: "Poppins";
}
.container {
  padding-left: unset;
  padding-right: unset;
}
.error {
  color: red;
  font-size: 12px;
}
header {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

.inner-header {
  background-size: cover;
}

.display-none {
  display: none;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1031;
  animation: smoothScroll 1s forwards;
}
img.lazy {
  display: block;
  background-image: url("./../img/loader.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.navbar {
  padding: 0.4rem 1rem;
  transition: all 0.4s;
}
.navbar-brand {
  display: none;
}
.logo-kotak {
  position: absolute;
  z-index: 1031;
  margin-top: 140px;
}
.logo-kotak > a > img {
  width: 200px;
  height: 200px;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.navbar-light .navbar-nav .nav-link:hover,
.show > .nav-link {
  color: white !important;
  background: var(--primary-dark) !important;
  border-radius: 10px !important;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--primary-dark);
}
.navbar-light .navbar-nav .active,
.show > .nav-link {
  color: white !important;
  background: var(--primary-dark) !important;
  border-radius: 10px !important;
}
.dropdown-menu-fasilitas {
  left: -5vw;
}
.dropdown-menu-si {
  left: -18vw;
}
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--primary-dark);
}
.dropdown-item,
.dropdown-item:hover {
  color: var(--primary-dark);
}
.dropdown-item:hover {
  color: white;
  background-color: var(--primary-dark);
}
.dropdown-item.active,
.dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: var(--primary-dark);
}
.dropdown-toggle::after {
  transition: transform 0.15s linear;
}
.dropdown-menu {
  margin-top: 0 !important;
}
.show .dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}
.navbar-light .navbar-toggler {
  border: unset !important;
  border-color: unset !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(86, 61, 56, 1)' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
a:hover {
  color: var(--primary-dark);
}
.img-crop-slide {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
#sec-fasilitas {
  background-color: var(--primary-smooth);
}
.img-crop-cube-berita-slide {
  object-fit: cover;
  height: 200px;
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
}
.berita-card {
  border-radius: 5%;
}

.title-berita {
  font-size: 18px;
  color: var(--text-color);
  text-decoration: none;
}

.link-title-berita,
.link-title-berita:hover {
  text-decoration: none;
}

.berita-card p {
  font-size: 14px;
  color: var(--text-color);
}

.berita-card p.date-berita {
  font-size: 14px;
  color: rgba(160, 160, 160, 1);
}

.berita-card a.baca-selengkapnya {
  font-size: 14px;
  text-decoration: none;
  color: var(--primary-dark) !important;
}

.img-crop-cube-fasilitas {
  object-fit: cover;
  width: 9vw;
  height: 9vw;
  border-radius: 15%;
}

.img-crop-cube-gallery {
  object-fit: cover;
  width: 100%;
  height: 25vh;
  border-radius: 5px;
}

#testimoni {
  background-color: var(--primary-smooth);
}

#testimoni .card-body {
  background-color: var(--primary-smooth);
}

.img-crop-cube-testimoni {
  object-fit: cover;
  width: 20vw !important;
  height: 20vw;
  border-radius: 5%;
}
.text-center-vertical {
  display: flex;
  align-items: center;
  width: 100%;
  height: 8vw;
}
.carousel-caption-title {
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(49, 59, 61, 0.6);
}
.rounded-circle {
  border-radius: 100% !important;
}
.border-radius-none {
  border-radius: 0 !important;
}
.border-none {
  border: unset;
}
.carousel-indicators {
  margin-left: 10%;
  justify-content: unset;
}
.carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.carousel-indicators .active {
  border-radius: 100%;
  background-color: var(--primary-dark);
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding: 20px 3px;
  color: #fff;
  text-align: center;
}
.carousel-caption-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--primary-dark);
}
.carousel-button {
  position: absolute;
  right: unset !important;
  bottom: 20vh !important;
  left: 10vw !important;
  z-index: 1 !important;
}
.img-crop-slide {
  object-fit: cover;
  width: 100%;
  height: 92vh;
}
.progress-bar-prodi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--primary-dark);
  transition: width 0.6s ease;
}
.img-bg-kotak {
  width: 100%;
  border-radius: 2%;
}

.fasilitas-card {
  background-color: var(--second-smooth);
  border-radius: 20px;
  border: none;
}

.card-img-partner {
  object-fit: fill;
  width: 100%;
  height: 10vh;
}
.view-floating-sm {
  display: inline-block;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  padding-left: 1px;
  padding-top: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.text-silver {
  color: #a0a0a0;
}
.btn-border {
  border-radius: 10px;
}
.btn-prodi {
  color: white;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-prodi:hover {
  color: white;
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}
.thm-btn {
  background: var(--primary);
  display: inline-block;
  color: white;
  text-transform: uppercase;
  padding: 13px 40px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  border-radius: 10px;
  font-size: 0.8em;
}
.thm-btn:hover {
  background-color: white;
  border-color: var(--primary-dark);
  color: var(--primary-dark);
  text-decoration: none;
}
.thm-btn-sm {
  background: var(--primary-dark);
  display: inline-block;
  color: white;
  text-transform: uppercase;
  padding: 2px 35px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.thm-btn-sm:hover {
  background-color: white;
  border-color: var(--primary-dark);
  color: var(--primary-dark);
  text-decoration: none;
}
.btn-silver {
  color: var(--primary-dark) !important;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-silver:hover {
  color: var(--primary-dark) !important;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.text-prodi {
  color: var(--primary);
}
.text-prodi-smoth {
  color: var(--primary-dark);
}
.title-section {
  color: var(--primary-dark);
}
.bg-footer {
  background-color: var(--primary-dark);
}
.bg-prodi {
  background-color: var(--primary-dark);
}
.card-tentang-point {
  position: absolute;
  width: 120px;
  z-index: 1;
  backdrop-filter: blur(42px);
  border-radius: 16px;
}
.card-tentang-point-penghargaan {
  background: linear-gradient(
    200deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  left: 150px;
  top: -30px;
}
.card-tentang-point-kelas {
  background: linear-gradient(
    200deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  left: -10px;
  bottom: 100px;
}
.card-tentang-point-laboratorium {
  background: linear-gradient(
    200deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  right: -50px;
  top: 90px;
}
.card-tentang-point-dosen {
  background: linear-gradient(
    10deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  bottom: -5px;
  right: 150px;
}
.center-pills {
  display: flex;
  justify-content: center;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white;
  background-color: var(--primary);
}
.nav-pills .nav-link {
  color: var(--primary-dark);
  background-color: #f0f0f0;
  width: 150px;
  text-align: center;
  margin: 5px;
}
.parallax-section::before {
  right: 0;
  bottom: 0;
  background: white;
  opacity: 0.8;
}
.inner-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.7;
}
.parallax-section {
  position: relative;
  padding: 25vh 0;
}
.inner-header .sec-title span.decor::after,
.inner-header .sec-title span.decor::before {
  background: var(--primary-smooth);
}
.sec-title.colored span.decor::after,
.sec-title.colored span.decor::before {
  background: var(--primary-smooth);
}
.sec-title span.decor::after {
  right: 14px;
}
.sec-title span.decor::after,
.sec-title span.decor::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 20vw;
  height: 2px;
  background: #e6e6e6;
  z-index: -1;
}
.sec-title span.decor::before {
  left: 14px;
}
.sec-title.colored span.decor {
  border-color: #2f3966;
}
.sec-title span.decor {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  border-top-color: rgb(230, 230, 230);
  border-right-color: rgb(230, 230, 230);
  border-bottom-color: rgb(230, 230, 230);
  border-left-color: rgb(230, 230, 230);
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.sec-title.colored span.decor span.inner {
  background: #2f3966;
}
.sec-title span.inner {
  width: 6px;
  height: 6px;
  background: #eaeaea;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 3px;
}
.page-link {
  color: #8c5b3b;
}
.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color: #8c5b3b;
  border-color: #8c5b3b;
}
.page-link:hover {
  z-index: 2;
  color: #8c5b3b;
  text-decoration: none;
  background-color: #efebe9;
  border-color: #d7ccc8;
}
.page-link a {
  color: #8c5b3b;
}
.box-input-search-light {
  border: 1px solid white;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.box-input-search-prodi {
  border: 1px solid var(--primary-dark);
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.inner-header-form-control {
  margin: auto;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0);
}
.inner-header-form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.inner-header-form-control:focus {
  outline: none;
}
.search-form-control {
  margin: auto;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border: none;
}
.search-form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.search-form-control:focus {
  outline: none;
}
.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}
.v-list-nomor ol {
  font-size: initial;
  padding-left: 20px;
  line-height: 26px;
}
.bg-partikel-1 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-image: url("./../img/partikel-1.png");
}
.bg-partikel-2 {
  background-image: url("./../img/partikel-2.png");
  background-color: #eceff1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.badge-prodi {
  color: #8c5b3b;
  background-color: rgba(206, 145, 80, 0.3);
  padding: 5px 10px;
  border-radius: 15px;
  margin-left: 10px;
}

ul.weblink {
  list-style-type: none;
  padding-inline-start: 0;
}

ul.weblink li {
  font-size: 12px;
}

ul.weblink li a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 576px) {
  #ic-logo {
    display: none;
  }
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h5 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  .nav-pills .nav-link {
    width: 100px;
    font-size: 12px;
  }
  .bg-footer {
    padding: 10vh 5vw;
  }
  #sec-tentang {
    padding: 15vh 5vw;
    margin-top: -20vh;
  }
  #sec-visi-misi {
    padding: 5vh 5vw 5vh 5vw;
  }
  #sec-fasilitas {
    padding: 10vh 5vw;
  }

  .link-selengkapnya {
    text-decoration: none;
    color: var(--primary-dark) !important;
  }

  .img-crop-cube-fasilitas {
    object-fit: cover;
    width: 15vw;
    height: 15vw;
    border-radius: 15%;
  }

  #sec-gallery {
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .card-tentang-point-penghargaan {
    left: 150px;
    top: -30px;
  }
  .card-tentang-point-kelas {
    left: 0;
    bottom: 50px;
  }
  .card-tentang-point-laboratorium {
    right: 0;
    top: 110px;
  }
  .card-tentang-point-dosen {
    bottom: -35px;
    right: 150px;
  }
  .mailbox-attachments li {
    width: 40vw !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  #ic-logo {
    display: none;
  }
  .nav-pills .nav-link {
    width: 130px;
    font-size: 15px;
  }
  .bg-footer {
    padding: 10vh 0;
  }
  #sec-tentang {
    padding: 25vh 7vw;
    margin-top: -20vh;
  }
  #sec-visi-misi {
    padding: 0 7vw 15vh 7vw;
  }
  #sec-fasilitas {
    padding: 15vh 7vw;
  }
  #sec-gallery {
    padding-top: 15vh;
    padding-bottom: 15vh;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .card-tentang-point-penghargaan {
    left: 150px;
    top: -30px;
  }
  .card-tentang-point-kelas {
    left: -60px;
    bottom: 80px;
  }
  .card-tentang-point-laboratorium {
    right: -50px;
    top: 110px;
  }
  .card-tentang-point-dosen {
    bottom: -35px;
    right: 150px;
  }
  .mailbox-attachments li {
    width: 25vw !important;
  }
}

@media (min-width: 768px) {
  #ic-logo {
    display: unset;
  }
  .t-des-testimoni {
    height: 15vh;
  }
  .bg-footer {
    padding-top: 10vh;
    padding-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }
  #sec-tentang {
    padding: 25vh 10vw;
    margin-top: -20vh;
  }
  #sec-visi-misi {
    padding: 0 10vw 15vh 10vw;
  }

  #sec-fasilitas {
    padding: 15vh 10vw;
  }

  #sec-gallery {
    padding-top: 15vh;
    padding-bottom: 15vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 990px) {
  .navbar-brand {
    display: unset;
  }
}

/*--------------------content berita--------------------------------*/
.single-blog-post .content-box {
  margin-top: 5px;
}
/* .single-blog-post .content-box .date-box {
  padding-right: 5px;
} */
.single-blog-post .content-box .content,
.single-blog-post .content-box .date-box {
  display: table-cell;
  vertical-align: top;
}
.single-blog-post .content-box .date-box .inner {
  width: 65px;
  text-align: center;
}
.single-blog-post .content-box .date-box .inner .date {
  background: var(--primary-smooth);
  padding: 15px 0;
}
.single-blog-post .content-box .date-box .inner .date b {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #444;
  line-height: 20px;
}
.single-blog-post .content-box .date-box .inner .date {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #444;
  line-height: 20px;
}
.single-blog-post .content-box .date-box .inner {
  text-align: center;
}
.single-blog-post .content-box .date-box .comment {
  font-size: 20px;
  color: #202a30;
  line-height: 17px;
  font-weight: 500;
  padding: 16px 0;
  border-top: 0;
  background: var(--primary-dark);
}
.single-blog-post .content-box .date-box .comment a {
  color: white;
}
.single-blog-post .content-box .date-box .comment a:hover {
  text-decoration: none;
}
.single-blog-post .content-box .content h3 {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  margin: -5px 0;
  line-height: 25px;
  font-weight: 700;
  text-align: justify;
}
.single-blog-post .content-box .content h3:hover {
  color: var(--primary-dark);
}
.single-blog-post .content-box .content p {
  font-size: 15px;
  color: #373737;
  line-height: 20px;
}
a.hvr-icon-forward:active::before,
a.hvr-icon-forward:focus::before,
a.hvr-icon-forward:hover::before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
a.hvr-icon-forward::before {
  content: "\f0da";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.single-blog-post .content-box .content .btn-details {
  color: var(--primary-smooth);
  font-size: 13px;
}
a.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
/*------------------------------------------------------------------*/
/*--------------------komentar--------------------------------------*/
.comment {
  border-bottom: 1px solid #adb5bd;
  color: #666;
  margin-bottom: 15px;
}
.comment .user-block {
  margin-bottom: 15px;
  width: 100%;
}
.user-block {
  float: left;
}
.user-block img {
  float: left;
  height: 40px;
  width: 40px;
}
.img-circle {
  border-radius: 50%;
}
.img-bordered-sm {
  border: 2px solid #adb5bd;
  padding: 2px;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
  margin-top: -1px;
}
.user-block .description {
  color: #6c757d;
  font-size: 13px;
  margin-top: -3px;
}
.user-block .description,
.user-block .username {
  display: block;
  margin-left: 50px;
}
/*------------------------------------------------------------------*/
/*--------------------img-hover-text--------------------------------*/
.img__wrap {
  position: relative;
}
.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transition effect. not necessary */
  transition: opacity 0.2s, visibility 0.2s;
}
.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}
.img__description {
  transition: 0.2s;
  transform: translateY(1em);
}
.img__wrap:hover .img__description {
  transform: translateY(0);
}
/*------------------------------------------------------------------*/
/*--------------------struktur organisasi---------------------------*/
.highcharts-figure,
.highcharts-data-table table {
  min-width: 360px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

#diagram_container h4 {
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
}
#diagram_container p {
  font-size: 13px;
  line-height: 16px;
}

@media screen and (max-width: 600px) {
  #diagram_container h4 {
    font-size: 2.3vw;
    line-height: 3vw;
  }
  #diagram_container p {
    font-size: 2.3vw;
    line-height: 3vw;
  }
}
.highcharts-link {
  stroke-width: 2px !important;
}
.highcharts-credits {
  display: none;
}
/*----------------------------------*/
/*-------------------------file berita--------------------*/
.mailbox-attachments {
  padding-left: 0;
  list-style: none;
}
.mailbox-attachments li {
  border: 1px solid var(--primary-dark);
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 10vw;
  border-radius: 5px;
}
.mailbox-attachment-icon {
  color: var(--primary-dark);
  font-size: 65px;
  max-height: 132.5px;
  padding: 20px 10px;
  text-align: center;
}
.mailbox-attachment-icon.has-img {
  padding: 0;
}
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}
.mailbox-attachment-info {
  background: var(--primary-dark);
  padding: 10px;
}
.mailbox-attachment-name {
  color: #666;
  font-weight: 700;
}
.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}
.mailbox-attachment-size > span {
  display: inline-block;
  padding-top: 0.75rem;
}
.img-cover-file {
  width: 100%;
  height: 132.5px;
  object-fit: cover;
}
/*--------------------------------------------------------*/
