@media all and (max-device-width: 767px){
    .tabshow2 > ul > li{
        width: 50%;
    }
    .synopsis>ul{
        justify-content:flex-start;
        width: 90%;
        margin: 2rem auto;
        flex-wrap: wrap;
    }
    .synopsis .more{
        margin-bottom: 1rem;
        width: 48%;
    }
}