/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2021 | 09:57:34 */
#twitter h3 {
  text-transform: none !important;
  font-size: 16px !important;
  margin: 0px;
}
#twitter a {
 font-size: 16px !important;
}
#twitter .container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  border-radius: 10px;
  overflow: hidden;
  min-height: 200px;
  height: 100%;
}

#twitter .container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#twitter .orange-strip-card > div {
  overflow: hidden;
}

#twitter .shadow-card > .container {
  margin: 0px !important;
}

#twitter .blue-strip-card > div {
  overflow: hidden;
}

#twitter .bodyWrapper {
  margin: 10px;
}

/*
#twitter .readmore {
	position: absolute;
    bottom: 30px;
    right: 40px;
}
*/

.twitterFeed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

@media only screen and (max-width: 992px) {
  .twitterFeed {
    grid-template-columns: 1fr;
  }

  #twitter .container {
    min-height: 150px;
  }
}
