.desktop-block        { display: block; }
.desktop-inline-block { display: inline-block; }
.desktop-hidden       { display: none; }

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

header .header {
  height: 116px;
  max-height: 116px;
}

header .header-left {
  width: 200px;
  text-align: right;
}

header .header-left a {
  display: inline-block;
  cursor: pointer;
}

header .header-left img {
  padding: 0;
  height: 88px;
  max-width: 100%;
}

header .header .header-right {
  width: 320px;
  padding-top: 9px;
  text-align: center;
  vertical-align: middle;
}

header .header-right a {
  height: 80px;
  display: inline-block;
}

header .header-right a img {
  height: 80px;
  max-width: auto;
}

#welcome-wrapper {
  width: 1024px;
}

.welcome-content .womens-image {
  width: 60%;
  min-width: 60%;
}

.welcome-content .womens-image img {
  width: 1374px;
  height: 1296px;
  bottom: -292px;
  left: -116px;
}

#story-map-wrapper .fixed-action-btn {
  bottom: 30px;
  right: 30px;
  padding: 0;
}

#story-map-wrapper .fixed-action-btn:hover,
.promoted-stories-btn .btn:hover {
  -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
          animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

#story-map-wrapper .fixed-action-btn .btn-floating {
  width: 120px;
  height: 120px;
  line-height: 1.5;
  text-align: center;
  padding-top: 38px;
}

.promoted-stories-btn .btn {
  bottom: 30px;
  left: 30px;
  width: 120px;
  height: 120px;
  padding-top: 38px;
}

#story-map-canvas {
  height: calc(100vh - 116px);
  margin-top: 116px;
}

#story-map-sidebar {
  position: absolute;
  top: 140px;
  bottom: auto;
  width: 250px;
}

.social-icon-whatsapp {
  display: none !important;
}

.sidebar-story .story-author {
  font-size: 12px;
}

.sidebar-story .story-content {
  font-size: 13px;
  max-height: auto;
}

.story-wrapper .story-name {
  font-size: 15px;
}

.story-wrapper .story-content {
  font-size: 14px;
}
