/* juxtapose customization for computec
 * Copyright (c) 2021 Ali Adlah
 */
.logobar img {
  max-height: 60px;
  max-width: 345px;
}

.ftArtW100El.juxtaposeSlider {
  max-width: 940px;
}

.sliderCompWraperBig {
  max-width: 100%;
}

.sliderCompContainerBig {
  position: relative;
  overflow: hidden;
}

.sliderCompContainerBig img {
  height: auto;
  width: auto;
  z-index: 5;
  position: absolute;
  max-width: 100%;
}

.juxtaposeSlider + .compareBalinks .compareBalinksInner {
  width: 600px;
  margin: 0 auto;
}

@font-face {
  font-family: "fontello";
  font-style: normal;
  font-display: swap;
  src: local("fontello"), local("fontello"), url(/commoncfm/fonts/fontello.woff) format("woff");
}
.juxtaposeSlider h1,
.juxtaposeSlider h2 {
  font-size: 1.8rem;
  line-height: 3rem;
}
.juxtaposeSlider:after {
  display: table;
  content: "";
  clear: both;
}

div.compareBalinks:after {
  display: none;
}
div.compareBalinks a:nth-child(2):before {
  font-family: "Fontello";
  content: "\e825";
  position: absolute;
  font-size: 1.5rem;
  line-height: 2rem;
  top: 0;
  left: 0;
}
div.compareBalinks .balinkLeft > a::before {
  content: "\e812";
  font-size: 20px;
  font-family: "fontello";
  width: 9px;
  height: 8px;
  left: 0;
  top: 4px;
  position: absolute !important;
  line-height: 8px;
}
div.compareBalinks .balinkRight > a::before {
  content: "\e811";
  font-size: 20px;
  font-family: "fontello";
  width: 9px;
  height: 8px;
  right: 0;
  top: 4px;
  position: absolute !important;
  line-height: 8px;
}