/* 
    Author     : Eli
*/

aside#thanks {
    background-color: #000000c4; 
    background-size: cover; 
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000000;
}

#ty {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    
}

.close_ty_desktop {
    -webkit-appearance: button;
    width: 40px; 
    height: 40px; 
    border: 1px solid #333;
    border-radius: 38px;
    z-index: 1000000; 
    background: none; 
    border: none;
    position: absolute;  top: -274px;
    left: 445px; 
    right: 0; 
    bottom: 0; 
    margin: auto;
    outline: none;
}

.close_ty_dekstop_img {
    width: 45px;
    height: 45px;
    position: absolute;
    top: -1vw;
    left: -1vw;
    border: 1px solid #333;
    border-radius: 38px;
}

img.pop_up_img_ty_desktop {
    width:492px;
    text-align: center; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.close_ty_mobile {
    -webkit-appearance: button;
    width: 40px; 
    height: 40px; 
    border: 1px solid #333;
    border-radius: 38px;
    position: absolute;
    top: -53vw;
    left: 72vw;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000000; 
    background: none; 
    border: none;
}

img.close_ty_img_mobile {
    width: 45px;
    height: 45px;
    position: absolute;
    top: -40vw;
    left: -38vw;
    border: 1px solid #333;
    border-radius: 38px;
}

img.pop_up_img_ty_mobile {
    width:85%;
    text-align: center; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

aside#thanks b {
    font-family:'Open', arial;
    font-size: 24px;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 16px;
    font-weight: 300;
    padding-top: 40pt;
}

