display: none;
}
+@media (min-width: 375px) and (max-width: 767px) {
+ .carousel-control .icon-prev,
+ .carousel-control .icon-next,
+ .carousel-control .glyphicon-chevron-left,
+ .carousel-control .glyphicon-chevron-right {
+ top: 60%;
+ }
+}
+
+@media (max-width: 374px) {
+ .carousel-control .icon-prev,
+ .carousel-control .icon-next,
+ .carousel-control .glyphicon-chevron-left,
+ .carousel-control .glyphicon-chevron-right {
+ top: 70%;
+ }
+}
+
.carousel-caption-tr {
position: absolute;
font-size: 1.1em;
</li>
</ul>
+
+ <!-- These are the controls for the carousel. Comment them in if you want the little navigation chevrons and the skrims that appear when you mouse over the edges of the active image.-->
+ <a class="left carousel-control" href="#lpc-carousel" data-slide="prev">
+ <span class="glyphicon glyphicon-chevron-left"></span>
+ </a>
+ <a class="right carousel-control" href="#lpc-carousel" data-slide="next">
+ <span class="glyphicon glyphicon-chevron-right"></span>
+ </a> <!--end of carousel -->
</div>
-<!-- These are the controls for the carousel. Comment them in if you want the little navigation chevrons and the skrims that appear when you mouse over the edges of the active image.-->
-<a class="left carousel-control" href="#lpc-carousel" data-slide="prev">
- <span class="glyphicon glyphicon-chevron-left"></span>
-</a>
-<a class="right carousel-control" href="#lpc-carousel" data-slide="next">
- <span class="glyphicon glyphicon-chevron-right"></span>
-</a> <!--end of carousel -->
<div class="col-sm-12">
<!--#include virtual="/2019/includes/home-content.html"-->