/*
Theme Name: GearBuild Crown Ink Designs
Theme URI: http://www.maxwebgear.com
Version: 1.0
Description: TouchRack Child-Theme
Author: MaxWebGear, Inc.
Author URI: http://www.maxwebgear.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.portfolio_image {
    width: 100%;
    display: inline-block;
}

.portfolio_image img {
    height: auto;
}

.portfolio_container {
    text-align: center !important;
    display: inline-block;
    width: 24%;
}

.crown_logo_container {
    display: inline-block;
    width: 19%;
	border-color:#ccc;
}

.crown_logo_sample img {
    height: auto;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.portfolio_image {
    border-style: solid;
    border-width: 1px;
}

@media screen and (max-width: 600px) {
.portfolio_container {
    text-align: center !important;
    display: inline-block;
    width: 48%;
}

.crown_logo_container {
    display: inline-block;
    width: 48%;
	border-color:#ccc;
}
}