.algolia-autocomplete {
  width: 100%
}

.search-bar__form input {
    width: 100%;
    max-width: inherit
}

[data-tabs]::before {
    content: "A directory of all the best IoT resources and products. 750+ and counting!";
    display: block;
    margin-bottom: 3rem;
    color: #333;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.section_theme-gray {
    background-color: #f5f5f5;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}