.aside-info-container {
    padding: 0 5px 30px;
    background: #fff;
}

.aside-info-container h2 {
    font: normal 19px/23px "PNC Brand Bold", Arial;
    color: #484848;
}

.aside-info-container .heading-ruler{
	background: url(../img/aside_content_mob_shadow.png) no-repeat;
	height: 7px;
	margin-bottom: 6px;
}

.swipe-item { 
    margin-bottom:8px;
}
.related-content .swipe-item h3 {
    font: normal 10px/20px "PNC Brand Light", Arial;
    color: #484848;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.associated-products .swipe-item h3,
.swipe-item h4 {
    font: normal 18px/20px "PNC Brand Bold", Arial;
    color: #484848;
    margin-bottom: 0;
    margin-top: 0;
}

.swipe-item a {
    font-weight: bold;
    color: #484848;
    font-size: 11px; 
    
}
.swipe-item p {
    color: #484848;
    line-height: 17px;
    font-size: 12px;
    margin-top: 5px;
}


 /*
 *  Mobile
 */
@media only screen and (min-width: 320px){
    .aside-info-container h2{
    	margin-bottom: 0
    }
    
    .onlymobileview{
		display: block;
	}
    
    .aside-info-container .swipeable {
       padding-top:10px;
    }
    .aside-info-container .content-inner {
       width:300px;
       overflow:hidden;
       margin: 0 auto;
    }
    .aside-info-container .swipeable {
        height: 170px;
        width: 1200px;
    }
    .swipe-item {
        float:left;
        width: 310px;
        padding-right: 10px;
    }
    .aside-info-container h2 {
        width:280px;
        margin-bottom:7px;
    }
}

/*
 *  Tablet
 */
@media only screen and (min-width: 600px) {
     .aside-info-container .swipeable {
       background:url(../img/aside_content_tablet_shadow.png) no-repeat top left;
       padding-top: 30px;
    }
    
    .aside-info-container h2 {
        width:100%;
        height:auto;
        background:none;
    }
    
    .aside-info-container h2 {
	    margin-bottom: 5px;
	}
    
    .onlymobileview{
		display: none;
	}
    
    .aside-info-container .content-inner {
        width: 600px;
        margin: 0 auto;
    }
    .aside-info-container .swipeable {
        overflow:hidden;
        width:auto;
        height:auto;
    }
    .swipe-item {
        width:179px;
        margin-right:20px;
        min-height: 210px;
        border-right: 1px solid #ddd;
    }
    .aside-info-container .swipe-item img {
        margin: 15px 0 15px;
    }
    .aside-info-container .teaser-3 {
        margin-right:0;
        padding-right: 0;
        border-right: 0;
    }
    .aside-info-container h2 {
	    font: normal 25px/23px "PNC Brand Bold", Arial;
	    color: #484848;
	    margin-bottom:10px;
	}
}

/*
 *  Desktop
 */
@media screen and (min-width: 980px) {
	.onlymobileview{
		display: none;
	}
	
	.aside-info-container h2 {
	    margin-bottom: 5px;
	}
	
    .aside-info-container .swipeable {
       background:url(../img/aside_content_desk_shadow.png) no-repeat top left;
    }
    .aside-info-container .content-inner {
        width: 940px;
    }
    .swipe-item {
        width:280px;
    }
}