.highlight {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
}
.highlight:before,
.highlight:after {
  content: " ";
  display: table;
}
.highlight:after {
  clear: both;
}
.highlight .text-container {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -10px;
  margin-bottom: 40px;
  z-index: 0;
}
.highlight .text-container:before,
.highlight .text-container:after {
  content: " ";
  display: table;
}
.highlight .text-container:after {
  clear: both;
}
.highlight .image-container {
  float: left;
  position: relative;
  width: 100%;
  height: 280px;
  margin-bottom: 10px;
  background-color: silver;
  z-index: 1;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.highlight .image-container:before,
.highlight .image-container:after {
  content: " ";
  display: table;
}
.highlight .image-container:after {
  clear: both;
}
.highlight .image-container .info {
  float: left;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.highlight .image-container .info h1 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.highlight .image-container .info h1 small {
  display: block;
  font-size: 0.6em;
}
.highlight .image-container .man {
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 475px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 475px;
  z-index: 1;
}
.highlight .endline {
  position: relative;
  margin: 10px auto 0;
  background-color: white;
  padding: 10px 16px;
  border-radius: 30px;
  display: inline-block;
}
.highlight.supras .image-container {
  background-image: url(../img/bg-mask.png);
}
.highlight.supras .image-container .man {
  bottom: auto;
  top: 8px;
  height: 260px;
  background-size: auto 260px;
  background-image: url(../img/supras.png?ref=1);
  /*background-image: url(../img/supras-13anos.png?ref=1);*/
}
.highlight.supras .p1 {
  display: none;
  position: absolute;
  top: 220px;
  left: 45%;
  width: 0;
  height: 0;
  z-index: 4;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  filter: blur(3px);
  /* Someday, sigh ... */
  -webkit-filter: blur(3px);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  border-bottom: 70px solid silver;
}
.highlight.supras .p2 {
  display: none;
  position: absolute;
  top: 170px;
  left: 18%;
  width: 0;
  height: 0;
  z-index: 4;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  filter: blur(0);
  /* Someday, sigh ... */
  -webkit-filter: blur(0);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  border-top: 40px solid silver;
}
.highlight.supras .image-container {
  background-color: #000;
  border-bottom: 2px solid #000;
}
.highlight.supras .text-container {
  background-color: #5b5b5b;
  color: white;
}
.highlight.supras .triangle {
  border-top-color: #000;
  border-bottom-color: #000;
}
.highlight.supras .text-column .btn-link {
  color: #fff;
}
.highlight.supras .text-column .btn-link:hover {
  color: white;
}
.highlight.supras .text-column p::after {
  background-color: rgba(131, 57, 162, 0.3) !important;
}
.highlight.kazu .image-container {
  margin-top: 154px;
  background-image: url(../img/bg-mask.png);
}
.highlight.kazu .image-container .man {
  background-image: url(../img/kazu-01.png?ref=1);
}
.highlight.kazu .p1 {
  display: none;
  position: absolute;
  top: 260px;
  left: 67%;
  width: 0;
  height: 0;
  z-index: 4;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  filter: blur(3px);
  /* Someday, sigh ... */
  -webkit-filter: blur(3px);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  border-bottom: 80px solid silver;
}
.highlight.kazu .p2 {
  display: none;
  position: absolute;
  top: 225px;
  left: 53%;
  width: 0;
  height: 0;
  z-index: 4;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  filter: blur(0);
  /* Someday, sigh ... */
  -webkit-filter: blur(0);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  border-top: 40px solid silver;
}
.highlight.kazu .image-container {
  background-color: #000;
  border-bottom: 2px solid #000;
}
.highlight.kazu .text-container {
  background-color: #5b5b5b;
  color: white;
}
.highlight.kazu .triangle {
  border-top-color: #000;
  border-bottom-color: #000;
}
.highlight.kazu .text-column .btn-link {
  color: #fff;
}
.highlight.kazu .text-column .btn-link:hover {
  color: white;
}
.highlight.kazu .text-column p::after {
  background-color: rgba(251, 143, 20, 0.3) !important;
}
.highlight.roger .image-container {
  margin-top: 154px;
  background-image: url(../img/bg-mask.png);
}
.highlight.roger .image-container .man {
  background-image: url(../img/roger-01.png?ref=1);
}
.highlight.roger .p1 {
  display: none;
  position: absolute;
  top: 300px;
  left: 15%;
  width: 0;
  height: 0;
  z-index: 4;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  filter: blur(3px);
  /* Someday, sigh ... */
  -webkit-filter: blur(3px);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  border-bottom: 75px solid silver;
}
.highlight.roger .p2 {
  display: none;
  position: absolute;
  top: 200px;
  left: 36%;
  width: 0;
  height: 0;
  z-index: 4;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  filter: blur(0);
  /* Someday, sigh ... */
  -webkit-filter: blur(0);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  border-top: 50px solid silver;
}
.highlight.roger .image-container {
  background-color: #000;
  border-bottom: 2px solid #000;
}
.highlight.roger .text-container {
  background-color: #5b5b5b;
  color: white;
}
.highlight.roger .triangle {
  border-top-color: #000;
  border-bottom-color: #000;
}
.highlight.roger .text-column .btn-link {
  color: #fff;
}
.highlight.roger .text-column .btn-link:hover {
  color: white;
}
.highlight.roger .text-column p::after {
  background-color: rgba(196, 52, 52, 0.3) !important;
}
.highlight.tama .image-container {
  margin-top: 154px;
  background-image: url(../img/bg-mask.png);
}
.highlight.tama .image-container .man {
  background-image: url(../img/tama-01.png?ref=1);
}
.highlight.tama .p1 {
  display: none;
  position: absolute;
  top: 200px;
  left: 55%;
  width: 0;
  height: 0;
  z-index: 4;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  filter: blur(3px);
  /* Someday, sigh ... */
  -webkit-filter: blur(3px);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  border-top: 70px solid silver;
}
.highlight.tama .p2 {
  display: none;
  position: absolute;
  top: 350px;
  left: 88%;
  width: 0;
  height: 0;
  z-index: 4;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  filter: blur(0);
  /* Someday, sigh ... */
  -webkit-filter: blur(0);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  border-bottom: 50px solid silver;
}
.highlight.tama .image-container {
  background-color: #000;
  border-bottom: 2px solid #000;
}
.highlight.tama .text-container {
  background-color: #5b5b5b;
  color: white;
}
.highlight.tama .triangle {
  border-top-color: #000;
  border-bottom-color: #000;
}
.highlight.tama .text-column .btn-link {
  color: #fff;
}
.highlight.tama .text-column .btn-link:hover {
  color: white;
}
.highlight.tama .text-column p::after {
  background-color: rgba(20, 144, 113, 0.3) !important;
}
@media (min-width: 768px) {
  .highlight {
    /*
    	.text-column {
			position: relative;
			margin-top: @padding-base / 2;
			text-align: center;

			 .endline {
				margin-top: 50px;
			}

			&::after {
				content: "";
				width: 4px;
				position: absolute;
				top: -20px;
				left: 50%;
				margin-left: -2px;
				bottom: 52px;
				background-color: silver;
			}

			p {
				text-align: left;
				position: relative;
				background-color: white;
				padding: 1.5em;

				&::after {
					content: "";
					width: 8%;
					height: 2px;
					margin-top: -1px;
					position: absolute;
					top: 50%;

					background-color: silver;
				}

				&:nth-child(odd) {
					margin-right:54%;
					&::after { right: -8%; }
				}

				&:nth-child(even) {
					margin-left: 54%;
					margin-top: -30px;
					margin-bottom: -30px;
					&::after { left: -8%; }
				}
			}
		}
		*/
  }
  .highlight .p1,
  .highlight .p2,
  .highlight .p3 {
    display: block!important;
  }
  .highlight .image-container {
    margin-bottom: 0;
    background-position: 50% 0;
  }
  .highlight .image-container .info {
    text-align: left;
    width: auto;
    top: 80px;
    left: 50%;
  }
  .highlight .image-container .info .social-network {
    float: left;
  }
  .highlight .image-container .man {
    width: 50%;
    background-position: 100% 0;
  }
  .highlight.kazu .image-container .info,
  .highlight.tama .image-container .info {
    text-align: right;
    left: 0;
    width: 50%;
  }
  .highlight.kazu .image-container .info .social-network,
  .highlight.tama .image-container .info .social-network {
    float: right;
  }
  .highlight.kazu .image-container .man,
  .highlight.tama .image-container .man {
    left: 50%;
    background-position: 0 0;
  }
}
