/* Aligning */
.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

/* Carousel */
.carousel-example {
  padding: 20px 0 50px 0; }

.carousel.flexible .items {
  display: none; }

#mrcargo-headline .carousel-control {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 30px;
  text-align: center;
  opacity: 1; }

a.carousel-control.left,
a.carousel-control.right {
  opacity: 1;
  text-align: center; }

/* MEDIA QUERIES */
/* styles for phones' displays */
@media only screen and (max-width: 350px) {
  #complicated-content-carousel .flex-item {
    width: 300px; } }

/* styles for medium size displays */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #complicated-content-carousel .flex-item {
    width: 300px; } }
