.cornerSlotDesktop {
    width: auto;
    height: auto;
    display: inline-block;

    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    z-index: 1;
    display: none;
}

.cornerSlotDesktop img{
}

.cornerSlotDesktopClose {
    float: right;
}

.cornerSlotDesktopClose img{
    height: 1.5rem;
    width: 1.5rem;
    background: #212121;
    border: 2px solid #393939;

}

.cornerSlotDesktopClose:hover{
    cursor: pointer;
}

.cornerSlotDesktopLabel {
    color: #f1f1f1f1;
    font-size: 11px;
    z-index: 1;
    display: inline-block;
    float: right;

}


.cornerSlotMobile {
    width: auto;
    height: auto;
    display: inline-block;
    position: fixed;
    bottom: 108px;
    right: 2px;
    z-index: 1;
}

.cornerSlotMobileClose img{
}

.cornerSlotMobileClose {
    float: right;
}

.cornerSlotMobileClose img{
    height: 1rem;
    width: 1rem;
    background: #212121;
    border: 2px solid rgba(74, 74, 74, 1);

}

.cornerSlotMobileClose:hover{
    cursor: pointer;
}




.cornerSlotContainerMobile {
    display: inline-block;
    position: fixed;
    bottom: 113px;
    right: 6px;
    z-index: 2;
    display: none;

}


.cornerSlotBackground {
    display: inline-block;
    background: rgb(34,32,30);
    background: linear-gradient(90deg, rgba(34,32,30,1) 0%, rgba(47,44,41,1) 100%);
    width: 88px;
    height: 88px;
    border-radius: 100px;
    border: 2px solid rgba(74, 74, 74, 1);
}

.cornerSlotTitle {
    color: white;
    font-size: 10px;
    text-align: center;
    margin-bottom: 0.2rem;
    margin-top: 24px;
}


.cornerSlotButton {
    background: rgba(67, 67, 67, 1);
    height: auto;
    border: 1px solid rgba(255, 228, 173, 1);
    text-align: center;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 2px;
}

.cornerSlotButtonText {
    color: rgba(255, 228, 173, 1);
    font-size: 8px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}

.cornerSlotTitle2 {
    font-size: 8px;
}





.cornerSlotTitle1Desktop {

}

.cornerSlotButtonDesktop {
    background: rgba(67, 67, 67, 1);
    height: auto;
    border: 1px solid rgba(255, 228, 173, 1);
    text-align: center;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 2px;
}

.cornerSlotBackgroundDesktop {
    display: inline-block;
    background: rgb(34,32,30);
    background: linear-gradient(90deg, rgba(34,32,30,1) 0%, rgba(47,44,41,1) 100%);
    width: 160px;
    height: 160px;
    border-radius: 100px;
    border: 2px solid rgba(74, 74, 74, 1);
}

.cornerSlotTitleDesktop {
    color: white;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0.8rem;
    margin-top: 42px;
}

.cornerSlotButtonTextDesktop {
    color: rgba(255, 228, 173, 1);
    font-size: 12px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
}

.cornerSlotTitle1Desktop{
}

.cornerSlotTitle2Desktop{
    font-size: 12px;
}

.cornerSlotDesktopContentImage img{
    height: 160px;
    width: auto;
}

.cornerSlotMobileContentImage img{
    height: 88px;
    width: auto;
}





