@media (max-width: 700px){
    #left-arrow, #right-arrow{
        font-size: 5rem !important;
    }
}
#logo-checkout{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#logo-checkout .logo-creator-content{
    margin-top: 50px;
    width: 100%;
}
#logo-checkout-image{
    width: 900px;
    position: relative;
}
#logo-checkout-image img{
    width: 100%;
    height: 100%;
}
.slider-overlay{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9f9f9ff8;
    z-index: 10;
}

#slider-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
#left-arrow, #right-arrow{
    font-size: 7rem;
    transition: 300ms;
    flex-basis: 10%;
    cursor: pointer;
    border: none;
    background-color: transparent;
}
#left-arrow:hover, #right-arrow:hover{
    transform: scale(0.9);
    transition: 300ms;
}
#exit-button{
    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 4rem;
    color: #000000;
    transition: 300ms;
    cursor: pointer;
}
#exit-button:hover{
    transform: scale(0.9);
    transition: 300ms;
}

.logo-billboard-checkout .created-canvas{
    width: 66.6% !important;
    height: 61.6% !important;
    position: absolute;
    top: 20%;
    left: 17.5%;
}
.logo-facebook-checkout .created-canvas{
    width: 10% !important;
    height: 10% !important;
    position: absolute;
    top: 42.3%;
    left: 23.4%;
}