
#isu-menu-nav #isu-alter-menu { float: left; }

.node-event .field-name-field-datetime.field:not(:last-child) {
    margin-bottom: 0rem;
}

/*
@media screen and (max-width: 719px) {

	#page-title{
		font-size: 4vw;
		/ *font-weight: bold;* /
	}
}


@media (max-width: 400px){
	#page-title {
		/ *font-size: 5vw;* /
		font-weight: bold;
	}
}
*/

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe , .iframe-container embed {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}


input[type=text], input[type=email] {
	width: 100%;
}


/* Gentle Doctors Everywhere #GentleDoctorsEverywhere  CSS*/

.GentleDoctorsEverywhere .view-content{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-template-rows: repeat(3, 175px);
    grid-gap: 1rem;
    grid-auto-flow: dense;
}

/*
.GentleDoctorsEverywhere .view-content .views-row {
    grid-column: span 1;
    grid-row: span 1;
}

.GentleDoctorsEverywhere .view-content .views-row  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
*/



