section.wrapper_middle[data-cattype="220"] .wrapper_image {
    width: 300px;
    height: 225px;
    border: 1px #ccc solid;
    margin-bottom: 20px;
}
section.wrapper_middle[data-cattype="220"] .wrapper_image > a{
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
}

section.wrapper_middle[data-cattype="220"] h1.page-title{ 
    margin-bottom: 5px; 
    text-transform: none;
}

section.wrapper_middle[data-cattype="220"] .wrapper_social{ margin-bottom: 15px; }



.table.table-ram tr.Lock td:first-child:before{
    font-family: 'FontAwesome';
    content: '\f023';
    padding: 0 5px 0 0;
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}


/* Landscape phone  */
@media (max-width: 767px) {
    
}

/* Potrait phone to below */
@media (max-width: 480px) {
    
    
}