@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);
body {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

/** default settings */
:root {
  --filter-secondary-icon:invert(39%) sepia(21%) saturate(200%) saturate(109.5%) hue-rotate(174deg) brightness(94%) contrast(86%);
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearfix {
  clear: both;
}

.hidden {
  display: none !important;
}

.opacity {
  opacity: 0;
}

/** main content */
.main-content {
  width: 478px;
  height: 318px;
  border: 1px solid #e2e4e6;
  overflow: hidden;
  position: relative;
}

.main-content .backgound {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 90%;
}

.main-content .header img {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.main-content .header img.icon-globus {
  display: inline-block;
  height: 11px;
  width: 11px;
  float: none;
  position: relative;
  top: 2px;
}

.main-content .header .fanpage-name {
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  margin-top: 4px;
  display: block;
  margin-left: 55px;
  -webkit-font-smoothing: antialiased;
}

.fanpage-name {
  height: 22px;
  overflow: hidden !important;
}

.main-content .header .followers {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  display: block;
  margin-left: 55px;
}

.main-content .main-image-wrapper {
  position: relative;
  overflow: hidden;
}

.main-content .main-image-wrapper .main-image {
  float: left;
  width: 100%;
  max-width: 480px;
  height: 100%;
}

.main-content .main-image-wrapper .main-image-background {
  background-size: cover !important;
  filter: blur(8px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.main-content .main-image-wrapper .main-image.fix_height {
  width: 480px;
  display: flex;
  flex-direction: row;
}

.main-content .main-images-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.main-content .main-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 480px !important;
}

.main-content .main-image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.main-content .main-image video {
  margin-left: auto;
  margin-right: auto;
}

.main-content .main-image.fix_height {
  overflow: hidden;
}

.main-content .main-image.fix_height img {
  height: 100%;
  flex-direction: row;
  width: auto !important;
}

.main-content .footer img {
  margin-right: 3px;
  width: 18px;
  height: 18px;
}

.main-content .footer span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-left: 5px;
  margin-right: 15px;
}

.main-content .footer > .float-left {
  display: flex;
  align-items: center;
}

.main-content .comment-form {
  background: #f2f3f5;
  border-radius: 18px;
  height: 36px;
  padding: 0px 10px;
  margin: 0px 10px 10px 10px;
}

.main-content .comment-form .comment-form-wrapper {
  padding: 10px 12px 8px 12px;
}

.main-content .comment-form .placeholder {
  font-size: 11px;
  color: #65676b;
}

/** comment icons */
.comment-icons {
  list-style-type: none;
  margin-top: 0px;
}

.comment-icons li {
  float: left;
  margin-left: 6px;
}

.comment-icons i {
  background-size: 25px 861px;
  background-repeat: no-repeat;
  -webkit-filter: var(--filter-secondary-icon);
  width: 16px;
  height: 16px;
  display: block;
}

.smile-icon {
  background-position: 0 -413px;
}

.image-icon {
  background-position: 0 -362px;
}

.gif-icon {
  background-position: 0 -430px;
}

.sticker-icon {
  background-position: 0 -447px;
}

.cta-button {
  background: #003c3c;
  text-align: center;
  display: block;
  text-decoration: none;
  height: 30px;
  font-weight: 600;
  position: relative;
  width: 480px;
  bottom: -2px;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 28px;
}

/* slider icons */
.slider-icon {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  z-index: 100;
  /*    width: 24px;
      height: 24px;*/
  background: #eee;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-icon.left {
  left: 20px;
}

.slider-icon .icon-left {
  background: url("../img/arrow-left.png") no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100% auto;
}

.slider-icon .icon-right {
  background: url("../img/arrow-right.png") no-repeat;
  width: 24px;
  height: 24px;
  left: 0px;
  background-size: 100% auto;
}

.main-content .cta_desc .subheader {
  text-align: left;
}

.main-content .cta_desc .subheader span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 15px;
  border-radius: 5px;
  font-size: 13px;
}

.main-content .header {
  padding: 5px 15px 5px 5px;
  position: absolute;
  z-index: 100;
}

.main-content .subheader {
  max-height: 60px;
  overflow-y: auto;
  margin-bottom: 2px;
  width: 480px;
  padding-left: 4px;
  scrollbar-width: thin;
  scrollbar-color: #8a8a8a #dfdfdf;
}

.main-content .main-image-wrapper {
  position: relative;
  overflow: hidden;
  /* margin-left: 80px;  */
}

.main-content .main-images-container {
  position: relative;
  display: flex;
  justify-content: center;
  height: 320px;
}

.main-content .footer {
  -webkit-font-smoothing: antialiased;
  color: #65676b;
  margin: 10px 0px;
  position: absolute;
  bottom: 30px;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.main-content .footer svg {
  margin-top: 20px;
}

.main-content .cta_desc {
  position: absolute;
  bottom: 0;
  z-index: 100;
}

.slider-icon.right {
  left: 436px !important;
}
