
#shows .show{
    border:none;
    margin:0;
    padding:0;
}
.show h1{
    font-size:7em !important;
}
@media(max-width:650px){  
    .show h1{
        font-size:4em !important;
    }
}