@media (max-width: 1902.98px) { 
    
}

/* large desktops more than 1200px*/
@media (min-width: 1400px) { 
    #linkasia{
        position: relative;
    }
}

/* large desktops more than 1200px*/
@media (max-width: 1399.98px) {   
}

/* desktop more than 992px */
@media (max-width: 1199.98px) { 
}

/* tablets more than 768px */
@media (max-width: 991.98px) {  
}

/* landscape phones more than 576px */
@media (max-width: 767.98px) {    
    
}

/* portrait phones less than 576px */
@media (max-width: 575.98px) {    

}

