// Single Playlist @media (min-width: 1920px) and (min-height: 900px) { // Single playlist .single-play-menu { height: 380px; //enabled scroll overflow-y: auto; } } @media screen and (max-width: 1280px) { // Single playlist .single-play-menu { height: 320px; //enabled scroll overflow-y: auto; } } @media screen and (max-width: 980px) { // Single playlist .single-play-menu { height: 250px; //enabled scroll overflow-y: auto; } } @media screen and (max-width: 800px) { // Single playlist .single-play-menu { height: 190px; //enabled scroll overflow-y: auto; } } @media screen and (max-width: 768px) { // Single playlist .single-play-menu { height: 350px; //enabled scroll overflow-y: auto; } } @media screen and (max-width: 360px) { // Single playlist .single-play-menu { height: 150px; //enabled scroll overflow-y: auto; } } @media screen and (max-width: 320px) { // Single playlist .single-play-menu { height: 120px; //enabled scroll overflow-y: auto; } } // /Single PlayList