.square {
  position: relative;
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.square .content-link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.square .content {
  position: absolute;
  bottom: 10px;
  margin: 0 10px;
}

.fm_header:hover {
	cursor: pointer;
}

.btn-icon {
	margin: 0;
	padding: 0;
	border: none;
	color: inherit;
	box-shadow: none !important;
	vertical-align: top;
}

.btn-icon:focus {
	outline: none;
	box-shadow: none;
}

.input-group .form-floating input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}