.mobile{
    display:none;
}

@media (orientation: portrait){
.mobile{
    height: auto;
    width: 100vw;
    display: block;
}
.desktop{
    display: none;
}
}