/*
* Author: BusinessExpo Template
* Created by: (WpFrank)
* Copyright (c) 2018, Inc.
* Date: 10 Aug, 2018
* http://wpfrank.com/
* Name: logo.css
*/

.logo_class {
    display: flex;
    flex-direction: row;
	justify-content: center
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    align-items: center;
}

.logo_class img {
    display: inline-block;
    width: 60%;
/*     max-width: 20%; */
	padding-top: 1rem;
} 

@media (max-width: 767px) {

	.logo_class img {
		display: inline-block;
		width: 60%;
		max-width: 100%;
		padding-top: 1.3125rem;
	} 

}