/*============================================================================*/
    /* Body */

body {
    margin: 0;
    overflow: hidden;
    background-color: #FBF3C3;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*============================================================================*/
    /* Loading Screen */

.story video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #FBF3C3;
}

/*============================================================================*/
    /* Story Img */

.image-container {
    text-align: center;
}

.image-container img {
    max-width: 80%;
    max-height: 80%;
    cursor: pointer;
}

/*============================================================================*/
    /* API */

#img {
    display: none;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.5s ease-in-out;
}

.api-img-0 {
    width: 270px;
    height: 330px;
    right: 23%;
    top: 17%;
}

.api-img-1 {
    width: 180px;
    height: 260px;
    right: 25.5%;
    top: 23%;
}

.api-img-2 {
    width: 335px;
    height: 251px;
    right: 21%;
    top: 22%;
}

.api-img-3 {
    width: 500px;
    height: 310px;
    right: 16%;
    top: 18%;
}

.api-img-4 {
    width: 150px;
    height: 250px;
    right: 27%;
    top: 26%;
}

.api-img-5 {
    width: 160px;
    height: 270px;
    right: 27%;
    top: 23%;
}

/*============================================================================*/



