/*phone 180-767px*/
@media only screen and (min-device-width : 180px) and (max-device-width :  767px) and (orientation : portrait) { 
    .content{
        position: relative;
        width: 100vw;
        height: 100%;
        padding: 20px;
        margin: 0 0;
        background: #131417;
    }
}