.ikea-goods {
    color:#393939;
    font-family: 'GT Eesti Pro Text', sans-serif;
    font-weight: normal;
    font-size: 300%;
    margin-top: 0%;
  }

.location {    
    position: absolute;
    left: 50%;
    top: 50%;
    color:#393939;
    font-family: 'GT Eesti Pro Text', sans-serif;
    font-weight: normal;
    font-size: 300%;
    margin-top: 0%;
    margin-bottom: 0;
    transform: translate(-50%, -50%);
}

* {
    box-sizing: border-box;
}

.title{
    margin-top: 5px;
    padding-bottom: 5px;
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
}

html {
  overflow: hidden;
}

body {
    margin: 0%;
}

.embla {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0%;
    scroll-behavior: none;
    
    width: calc((777 / 1440 * 100vw));
    height: calc((100vh - 66px) / 1440 * 100vw);
    /* height: calc(696 / 1440 * 100vw); */
  }
  .embla__container {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    /* height: calc(100vh - 66px) ; */
  }
  .embla__slide {
    position: relative;
    flex: 0 0 100%;
    margin-left: 0;
    margin-right: 0;
    /* height: calc(100vh - 66px) ; */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .embla__slide img {
    height: 100%;
    object-fit: contain;
  }


  .embla__button {
    outline: 0;
    cursor: pointer;
    background-color: transparent;
    touch-action: manipulation;
    position: absolute;
    z-index: 1;
    top: 50%;
    border: 0;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    fill: yellow;
    padding: 0;
  }
  
  .embla__button:disabled {
    cursor: default;
    opacity: 0.3;
  }
  
  .embla__button__svg {
    width: 100%;
    height: 100%;
  }
  
  .embla__button--prev {
    left: 0;
    /* transform: translate(-100%, -50%); */
  }
  
  .embla__button--next {
    right: 0;
    /* transform: translate(-100%, -50%); */
  }

  .home-button {
    outline: 0;
    cursor: pointer;
    background-color: transparent;
    touch-action: manipulation;
    width: 40px;
    height: 40px;
    margin-right: 5px;
  } 

.info { 
  position: absolute;
  top: 10vw;
  left: 50%;
  transform: translate(-50%);
  
  border: 4.5px solid yellow; 
  color: transparent;
  transition: color 0.1s ease, background-color 0.1s ease;
  font-family: 'GT Eesti Pro Text', sans-serif;
  line-height: 120%;
  font-weight: normal;
  font-size: 1rem;
  
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.info:hover {
  background-color: white;
  color:#393939;
}

.item {
  width: 340px;
  height: 100%;
}