

@media only screen and (max-width: 1290px){

    .layout__left--allDevice {
        flex: 1 1 100%;
        width: 100%;
    }
    
    .layout__right--desktopDevice{
        display: none;
    }

}