div[id^="minimized-trustbadge-"] {
    right: 70px !important;
    bottom: 80px !important;
}
div[id^="minimized-trustbadge-"]:hover {
	right: 70px !important;
	bottom: 80px !important;
}


/* ## Gellery - Begin ## */

.galleryList {
    list-style-type: none;
    padding: 0;
}

.galleryList:after {
    content: "";
    display: block;
    clear: both;
}

.galleryList li {
    float: left;
    display: block;
    position: relative;
    width: calc(33.333% - 12px);
    margin-right: 18px;
    margin-bottom: 18px;
}

.galleryList li:nth-child(3n) {
    margin-right: 0;
}

.galleryList li img {
    display: block;
    margin-bottom: 0;
}

@media screen and (max-width: 1140px) {
  .galleryList {
    xbackground-color: red;
  }
}
@media screen and (max-width: 1020px) {
  .galleryList {
    xbackground-color: red;
  }
}
@media screen and (max-width: 770px) {
  .galleryList {
    xbackground-color: red;
  }
}
@media screen and (max-width: 700px) {
  .galleryList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .galleryList li {
  	float: none;
    display: block;
    position: relative;
    width: 100%;
    margin-right: inherit;
    margin-bottom: inherit;
    flex: 0 0 calc((100% / 2) - 20px);
  }
}
@media screen and (max-width: 520px) {
  .galleryList {
    xbackground-color: red;
  }
}

/* ## Gellery - End ## */