/**
 * Document: YMAL SCSS
 * DESC:
 */
.sgr-ymal.this-is-the-top-of-the-page {
    padding-top: 60px !important;
}
.sgr-ymal h5 {
    font-size: 1.2rem;
}
.sgr-ymal .card-body {
    min-height: 90px;
    font-weight: bold;

    padding: 1.25rem 0rem;
}
@media (max-width: 414px) {
    .sgr-ymal .tile-inner {
        padding: 10px !important;
    }
    .sgr-ymal .tile-inner a {
        font-size: 15px !important;
        line-height: 18px !important;
    }
}
.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.15);
    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: 3px solid #e0e0ef;
}
@media (min-width: 576px) {
    .sgr-ymal .zoom:hover {
        transform: scale(1.075);
    }
}
.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;
    border: 3px solid #dddddd;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.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: 7px 25px;
    z-index: 1;
    cursor: pointer;
    background: white;
    height: 75px;
}
@media (max-width: 993px) {
    .sgr-ymal .blkymal figcaption {
        padding: 7px 15px !important;
    }
}
@media (max-width: 768px) {
    .sgr-ymal .blkymal figcaption {
        padding: 7px 5px !important;
    }
}
@media (max-width: 375px) {
    .sgr-ymal .blkymal figcaption {
        padding: 8px !important;
    }
}
.sgr-ymal .blkymal figcaption h3 {
    font-size: 21px;
    text-decoration: none !important;
    font-weight: 600;
    line-height: 22px;
    margin: 7px !important;
    padding: 0 !important;
}
@media (max-width: 993px) {
    .sgr-ymal .blkymal figcaption h3 {
        font-size: 16px !important;
        line-height: 18px !important;
    }
}
@media (max-width: 768px) {
    .sgr-ymal .blkymal figcaption h3 {
        font-size: 13px !important;
    }
}

.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%);
}

.ymal-text h1 {
    padding: 0px 25px;
}
.ymal-text h2 {
    padding: 0px 25px;
}
.ymal-text h3 {
    padding: 0px 25px;
}
.ymal-text p {
    padding: 0px 25px;
}