/* Styles form page blocks */

.banner-vascular	{
		position: relative;
		    width: 100%;
		    height: 200px;
		    overflow: hidden;
		}

.banner-vascular img	{
		width: 100%;
		    height: 200px;
		    object-fit: cover;
		}

.banner-vascular .display	{
		position: relative;
		     text-align: center;
		    margin-top: -200px;
		    color: #fff;
		    pointer-events: none;
		}

.banner-vascular .display h2	{
		font-size: 2.5em;
		}

.wbd_frm_cstm:hover	{
		background-color: #0066cc !important;
		        color: #ffffff !important;
		        box-shadow: 0 2px 5px rgba(0,102,204,0.3);
		}

/* END Styles form page blocks */

