
p, li {
  font-family: Mirza;
  text-align: justify;
}

hr {
	border-top: 3px solid #bbb;
	border-radius: 5px;
	width: 100%;
}

@media (min-width: 800px) {
	.sidebyside1 {
		float: right;
		width: 50%;
		overflow: auto;
		top: 0px;
		bottom: 0px;
	}
	.sidebyside2 {
		position: absolute;
		float: left;
		width: 50%;
		overflow: auto;
		top: 0px;
		bottom: 0px;
		padding-top: 10px;
	}
  .trailer-box {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    float: left;
    width: 100%;
  }
  .mobilec {
    padding-left: 64px;
    padding-right: 64px;
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media (max-width: 799px) {
  .mobilec {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2%;
    padding-right: 2%;
  }
}


a:hover {
  background: rgba(76, 175, 80, 0.3);
  border-radius: 25px;
}

#carouselFirst, .postimgright {
  height: 300px;
  display: block;
  object-fit: contain;
  margin: 10px;
  float: right;
  width: 50%;
}

.postimgcenter {
  max-height: 300px;
  display: block;
  object-fit: contain;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.carousel-item > h5, .carousel-item > p {
  text-align: center;
}

iframe {
  display: block;
  border-style:none;
  margin-bottom: 2%;
}

.trailer {
  margin: auto;
  padding-bottom: 2%;
}

.trailer-box {
  margin-left: auto;
  margin-right: auto;
}

.chip-button, .chip-button:hover {
  background-color: transparent;
  border: none;
}

.chip-chip:hover {
  background-color: #240d00;
  color: #fff;
}

.chip-svg {
  color: #fff;
}

.note {
  margin-bottom: 2em;
  padding: 15px;
  border-left: 4px solid #4CAF50;
  background-color: #f9f9f9;
}
.timestamp {
  color: #666;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}