/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


@media (max-width : 767px) {
    .meadiaVideo
    {
        margin-bottom: 20px;
    }
    .selectionList li
    {
        width: 100%;
    }
    .selectionName
    {
        margin-bottom: 0px;
        text-align: left;
       font-size: 15px;
    }
   .selectionCount
    {
        text-align: left;
        margin-bottom: 0px;
       font-size: 14px;
    }
    .selectionIcon
    {
        height: 0px;
        line-height: 0px;
        margin-bottom: 0px;
    }
    .selectionSingle
    {
        padding: 15px;
        border-top:1px solid #f4f4f4;
        border-left:1px solid #f4f4f4;
        border-right:1px solid #f4f4f4;
    }
    ul.selectionList li:last-child .selectionSingle
    {
        border-bottom:1px solid #f4f4f4;
    }
}