/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 11 2024 | 16:30:57 */
/* Hides "Show Advanced" button in opportunity finder */ 
.mppw-right {
  display: none;
}
/*
.mppw-form-field__control {
	width: 50%;
}
*/
.mppw-btn {
	background-color: #292929 !important;
	padding: 15px 50px !important;
	border-radius: 100px !important;
	font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight: bold;
}

/*@media only screen and (max-width: 767px)
	.mpp-card {
	margin-bottom:15px !important;
}
*/

/* Tweaks to Opportunity Details Page */

img.mpp-innerpage--image{
	object-fit: contain !important;
	width: 500px !important;
	max-width:50% !important;
}

.mpp-innerpage--fixed-imgcontainer {
	height:500px !important;
}

@media screen and (max-width: 600px) {
.mpp-innerpage--fixed-imgcontainer {
	max-width:100% !important;
}
.mpp-innerpage--fixed-imgcontainer {
	height:24vh !important;
}
}
.mpp-innerpage h3 {
	display: none !important;
}
