/* .content {
  position: relative;
  overflow: visible;
  width: 300px;
  height: 300px;
  border: none;
} */

.main {
  text-align: center;
}

.menu {
  position: relative;
}

.btn-toggle {
  position: relative;
}

.wiget {
  position: relative;
}

.weather {
  width: 160px;
  height: 160px;
}

.head {
  text-align: center;
  position: relative;
  padding: 10px;
}

.headtext {
  color: white;
  font-size: 6vw;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-cropped {
  width: 100%;
  height: 300px;
  max-height: 30%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.center-cropped img {
  min-height: 100%;
  min-width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
