/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}


/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}


/* Equalize Simple List Blocks*/

/* Change item class here */
.items_bf6bfb50e1b24a7fb5513c82a250c3be { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bf6bfb50e1b24a7fb5513c82a250c3be > .item {
	display: flex;
	flex-direction: column;
}


/* Equalize Simple List Blocks on lawn care page*/

/* Change item class here */
.items_f87611a3c4c8409fbd9de6c9f8c255de { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f87611a3c4c8409fbd9de6c9f8c255de > .item {
	display: flex;
	flex-direction: column;
}


.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}