/**
 * Document: YMAL SCSS
 * DESC:
 */
.sgr-ymal h5 {
    font-size: 1.2rem;
}
.sgr-ymal .card-body {
    min-height: 90px;
    font-weight: bold;
    font-family: ubuntu;
    padding: 1.25rem 0rem;
}
.sgr-ymal .tile-inner:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.sgr-ymal .zoom {
    transition: transform 0.4s;
    /* Animation */
    z-index: 0;
}
.sgr-ymal .zoom:hover {
    transform: scale(1.05);
    z-index: 111;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border-bottom: 3px solid #b4934a !important;
}
.sgr-ymal .zoom:hover .ymal-title-container {
    width: 73%;
}
.sgr-ymal .ymal-title-container {
    transition: width 0.5s ease;
    width: 100%;
}
.sgr-ymal .ymal-excerpt {
    font-weight: normal;
    line-height: 20px;
    font-size: smaller;
    height: 80px;
}
.sgr-ymal .ymal-button {
    height: 50px;
}
.sgr-ymal .ymal-button i {
    -webkit-animation: bounce-left 0.8s both;
    animation: bounce-left 0.8s both;
}
.sgr-ymal figure.blkymal {
    padding-right: 0px !important;
    padding-left: 0px !important;
    position: relative;
    margin: 0 !important;
    max-width: 490px !important;
}
.sgr-ymal figure.blkymal:after {
    display: block;
    position: relative;
    background: linear-gradient(to bottom, #22222200 0%, #222222 100%);
    margin-top: -150px;
    height: 150px;
    width: 100%;
    content: "";
}
.sgr-ymal .blkymal a {
    text-decoration: none;
}
.sgr-ymal .blkymal a:hover {
    text-decoration: none;
}
.sgr-ymal .blkymal figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 45px;
    z-index: 1;
    cursor: pointer;
}
.sgr-ymal .blkymal figcaption h3 {
    font-family: "Marcellus";
    font-size: 1.3rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .sgr-ymal .blkymal figcaption h3 {
        font-size: 1.1rem;
        font-weight: 600;
    }
}
@media (max-width: 450px) {
    .sgr-ymal .blkymal figcaption h3 {
        font-size: 1rem;
        font-weight: 600;
    }
}
@media (max-width: 768px) {
    .sgr-ymal .blkymal figcaption {
        padding: 15px 35px;
        font-weight: 600;
    }
}
@media (max-width: 450px) {
    .sgr-ymal .blkymal figcaption {
        padding: 15px 15px;
        font-weight: 600;
    }
}

.hover-effect-rightymal_Youmightalsolike:hover .fal.fa-angle-right {
    color: yellow !important;
}

body.high-contrast figure.blkymal:after {
    background: linear-gradient(to bottom, #42414200 0%, #424142 100%);
}