/*
Theme Name: moversonline
Theme URI: https://codedigital.com.au
Description: Movers Online - Premium Theme
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, responsive-layout, theme-options, translation-ready
Author: Code Digital
Author URI: https://codedigital.com.au
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 11.9


All css files are placed in /css/ folder
*/
.movers-banner {
    padding: 25px;
}
.postcode-banner-image {
     width: 1220px !important;
}
.storage-company-image-container, .staff-member-container, .mover-banner-content {
	float: left;
	width: 20%;
}
.staff-member-container {
	float: right;
}
.mover-banner-content {
	width: 60%;
	text-align: center;
}
.mover-banner-content-inner {
	padding: 0 25px;
	padding-top: 5.5%;
}
.storage-company-image, .staff-member {
    position: relative;
    width: 220px;
    height: 200px;
    overflow: hidden;
    max-width: 100% !important;
}
.staff-member {
	float: right;
}
.storage-company-image img, .staff-member img {
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: auto;
    max-width: 100%;
    position: absolute;
}
@media(max-width: 991px) { 
.mover-banner-content-inner h2 {
	font-size: 28px;
}

.mover-banner-content-inner h5 {
	font-size: 18px;
}
}
@media(max-width: 667px) {
.mover-banner-content-inner h2 {
	font-size: 25px;
}

.mover-banner-content-inner h5 {
	font-size: 17px;
}
.mover-banner-content-inner  {
	clear: both;
}
.staff-member-container {
	float: left;
}
.mover-banner-content {
	float: none;
	width: 100%;
}
.storage-company-image-container, .staff-member-container {
	width: 46%;
	padding: 0 2%;
}
}