  /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		.feature-content {
			position: absolute;
			left: 0px;
			bottom: 0px;
			width: 60%;
			height:60%;
			text-align: center;
			/* background:#000; */
			color:#fff;
			/* opacity:0.7; */
			text-align:left;
			/*margin-left:5px;*/
	
       }




    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        .feature-content {
			position: absolute;
			left: 0px;
			bottom: 0px;
			width: 60%;
			height:15.5%;
			text-align: center;
			/* background:#000; */
			color:#fff;
			/* opacity:0.7; */
			text-align:left;
			/*margin-left:5px;*/
       }
       
    }

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .feature-content.audio-collections{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 80%;
    height: 18.5%;
    text-align: center;
    color:#fff;
    text-align:left;
  }
}
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {



    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {


    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {




    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {


    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

        
    }