/* Theme Name: Layout 2 - Grande Cheese - Riviera Pizza */


#bottom-feature {padding: 0;}

.spmessage {font-size: 1.4em; font-weight: bold; text-align: center; color:#000;}

.smaller {font-size: 16px;}

.sm {font-size: 12px;}

.menu-section.has-images .images{align-self: unset;}
.menu-section.has-images .images .image {
/* ADD MIN HEIGHT IF SECTION REALLY SMALL */
        width: 100%;
    height: 100%;
    min-height: 290px;
    overflow: hidden;
    position: relative;
}
.menu-section.has-images .images .image img {
        width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
}

.gallery-img { width:100%; padding-bottom: 90%;  margin: 20px auto; position: relative; overflow: hidden; border: 5px solid #006633;}
.gallery-img img {border:none !important; margin:0; transition:none;position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); /* adjust width */ width: 169%; height:auto; max-width:none;}
.gallery-img img:hover {transform: translate(-50%,-50%);}

a.tops {
		display: block;
		position: relative;
		top: -85px;
		visibility: hidden;
	}