.mockup-result.twitter {
    flex-direction: column;
    background: url("https://www.myclickguide.com/tools/images/my-click-guide-twitter-ad-mockup.png") no-repeat;
    min-height: 920px;
}
.twitter .version-1 {
height: fit-content;
    display: flex;
    width: 430px;
    margin: -170px 0px 5px 8px;
    position: relative;
}

.twitter .version-1 .profile-pic {
  margin: 7px;
  margin-top: 25px;
}

.twitter .version-1 .post {
  flex: 1;
  padding-top: 15px;
}

.twitter .version-1 .header {
  display: flex;
  align-items: flex-start;
  margin: 7px;
  margin-left: 0;
  margin-top: 10px;
  flex: 1;
}

.twitter .version-1 .header .content .profile {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 3px;
}

.twitter .version-1 .header .content .caption {
  max-width: 40ch;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #10141a;
}

.twitter .version-1 .footer {
  display: flex;
  flex-direction: column;
}


.twitter .version-1 .actions {
  display: flex;
  gap: 2.5em;
  margin: 8px;
  margin-left: 0;
}

.twitter .version-1 .promoted {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #526875;
  margin-bottom: 10px;
}

.twitter .version-1 .website-place {
  background-color: white;
  margin-right: 20px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
}

.twitter .version-1 .image {
  width: 100%;
  background-color: #eee;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  position: relative;
}

.twitter .version-1 .image.square {
  aspect-ratio: 1/1;
}

.twitter .version-1 .image.wide {
  aspect-ratio: 16/9;
}

.twitter .version-1 .image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.twitter .version-1 .image.square:has(img[src=""])::after {
  content: "1:1";
}

.twitter .version-1 .image.wide:has(img[src=""])::after {
  content: "16:9";
}

.twitter .version-1 .image:has(img[src=""])::after {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 3em;
  color: #5555;
}

.twitter .version-1 .image:has(img[src=""]) img {
  display: none;
}

.twitter .version-1 .website-place .description {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-top: 1px solid #ccc;
}

.twitter .version-1 .website-place .description .website {
  color: #526875;
  letter-spacing: .015em;
}

.twitter .version-1 .website-place .description>* {
  margin: 2px;
}


.twitter .version-1 .slider-wrapper {
  position: relative;
  width: 400px;
  left: -45px;
}

.twitter .version-1 .image-slider {
  display: -webkit-box;
  overflow: hidden;
  padding: 2px 16px 5px 7px;
}

.twitter .version-1 .image-slider .website-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  left: 0%;
  transition: left 250ms ease-in-out;
}

.twitter .version-1 .previous-slide,
.twitter .version-1 .next-slide {
  z-index: 50;
  color: black;
  background-color: white;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  padding: 1em;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.twitter .version-1 .previous-slide {
  left: 20px;
}

.twitter .version-1 .next-slide {
  right: 20px;
}

.twitter .version-1 .slide-icon {
  position: absolute;
}