.social-media-container {
  height: auto;
  width: 100%;
  border: 1px solid #22242b;
  border-radius: 8px;
  background: #1d1f25;
}

.social-media-title {
  text-align: center;
  padding: 8px 4px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #22242b;
  margin-bottom: 3px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.social-media-title .smt-red-text {
  color: #f72805;
  font-size: 21px;
}

.social-media-title .smt-green-text {
  color: #3cdc84;
  font-style: italic;
}

.social-media-title .smt-blue-text {
  color: #00adef;
  font-style: italic;
}

.smw-logo {
  display: none;
  position: relative;
  height: 30px;
  left: 31px;
  top: 91px;
}

.smw-ig {
  height: 64px;
  width: 100%;
  cursor: pointer;
  object-fit: cover;
  padding: 4px 6px;
  padding-top: 4px;
  margin-bottom: 3px;
  filter: brightness(96%);
  border-radius: 8px;
}

.smw-fb {
  height: 60px;
  width: 100%;
  cursor: pointer;
  object-fit: cover;
  padding: 0px 6px;
  padding-top: 4px;
  margin-bottom: 3px;
  filter: brightness(96%);
  border-radius: 8px;
}



.smw-disc-container {
  height: auto;
  width: 100%;
  background: #22242b;
  border-left: 1px solid #22242b;
  border-right: 1px solid #22242b;
  border-top: 1px solid #22242b;
  border-bottom: solid 1px #22242b; 
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.smw-disc {
  height: 62px;
  width: 100%;
  cursor: pointer;
  object-fit: cover;
}