@media only screen and (max-width : 991px) {
  .fixed-top {
    position: relative !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
}
@media only screen and (max-width : 580px) {
 .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    height: 553px !important;
}
.carousel {
    position: relative;
    top: 0px;
    height: 564px;
}
.btn {
    font-size: 10px;
    padding: 12px 16px !important;
    font-weight: 600;
}
.smlink img {
    width: 49%;
}
.stretched-link img {
    width: 57%;
}
}