/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/

body {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #273438;
    padding: 0 !important;
}

p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #273438;
}

/* .container {} */

input {
    color: #273438;
}


/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    margin: 0 0 25px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

h1,
#mheader_5_wrapper h1 {
    font-size: 28px !important;
    line-height: 32px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
    line-height: 21px;
}

h1.title {
    padding-top: 40px;
}

h1.title:empty {
    display: none;
}


/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/

a {
    color: #ED6306;
}

a:hover,
a:focus {
    color: #BC4C00;
}

.cls-btn {
    background-color: #ED6306;
    color: #fff;
    padding: 12px 25px 13px;
    display: inline-block;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-top: 30px;
}

.cls-btn:hover,
.cls-btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #BC4C00;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/

img {
    border: 0px;
}

hr {
    border-top: 1px solid rgba(10, 158, 204, 0.3);
    margin: 0;
}

.img-responsive {
    width: 100%;
    height: auto;
}


/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/

.header-wrapper {
    padding: 20px 0;
}

.header-wrapper a:focus {
    outline: none;
}

.logo-wrapper a img {
    height: 100px;
    width: 312px;
    max-width: 100%;
}

.tag-line {
    margin-top: 56px;
    margin-left: 325px;
    border-left: solid 2px rgba(10, 158, 204, 0.3);
    padding-left: 16px;
    line-height: 18px;
}

.tag-line p,
.tag-line-mobile-menu p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 18px;
    color: #0C3E54;
}

.logo-wrapper {
    float: left;
    display: inline-block;
}

.header-links-wrap {
    padding-left: 0;
    margin-top: 42px;
    text-align: right;
}

.member-login {
    float: right;
    margin-left: 12px;
}

.member-login a,
.lodging-search a,
.contact-us a {
    background-color: #ED6306;
    color: #fff;
    padding: 9px 10px 10px;
    display: inline-block;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.member-login a:hover,
.lodging-search a:hover,
.contact-us a:hover {
    background-color: #BC4C00;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
    outline: none;
}

.member-login a:focus,
.lodging-search a:focus,
.contact-us a:focus {
    outline: none;
    text-decoration: none;
}

.member-login a svg {
    margin-bottom: -2px;
    margin-right: 3px;
}

.lodging-search a svg {
    margin-bottom: -3px;
    margin-right: 3px;
}


/*--------- Login modal --------*/

.modal-open {
    overflow: visible !important;
    /*This will prevent modal from creating padding-right to body*/
}

.modal-content {
    border-radius: 4px;
}

.login-modal .modal-dialog {
    max-width: 300px;
    margin: auto;
    margin-top: 15px;
}

.modal-header {
    background: #072A3D;
    color: #fff;
    text-align: center;
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.login-modal .close {
    color: #fff;
    text-shadow: none;
    ;
    opacity: .8;
}

.login-modal .close:hover,
.login-modal .close:focus {
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.login-modal .modal-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    color: #fff;
}

.modal-title,
.modal-body {
    font-size: 16px;
    text-align: center;
}

.login-modal {
    font-size: 16px;
}

.login-modal input {
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #D6DAE8;
    width: 200px;
}

.login-modal input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #0A9ECC;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#login a {
    text-decoration: underline;
    color: #ED6306;
    font-weight: 400;
}

#login a:hover,
#login a:focus {
    color: #BC4C00;
    outline: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.login-modal input[type="submit"] {
    background-color: #ED6306;
    color: #fff;
    border: 2px solid #ED6306;
    border-radius: 1px;
    padding: 4px 8px 6px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.login-modal input[type="submit"]:hover,
#login input[type="submit"]:focus {
    background-color: #BC4C00;
    border: 2px solid #BC4C00;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    outline: none;
}


/*----------------------------------Search Bar*/


/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/

.nav-main-wrapper {
    background-color: #072A3D;
    height: 50px;
}

#nav_menu a:focus {
    outline: none;
}

#nav_menu {
    padding: 0;
}

#nav_menu .nav.navbar-nav {
    width: 100%;
    height: 50px;
}

.social-media-wrap {
    display: inline-block;
    margin-top: 9px;
    float: right;
    padding-left: 50px;
}

/* .navbar-nav>li a {
    color: ;
    font-family: ;
} */

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

#nav_menu .navbar-nav>li a {
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

#nav_menu .navbar-nav>li>a {
    border-left: 1px solid #0C3E54;
}

#nav_menu .navbar-nav>li>a.memonly_grey,
#nav_menu .navbar-nav>li a.memonly_grey~ul a {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

#nav_menu .navbar-nav>li:last-of-type>a {
    border-right: 1px solid #0C3E54;
}

#nav_menu .navbar-nav>li a:hover,
#nav_menu .navbar-nav>li a:focus,
#nav_menu .navbar-nav>li a.active,
#nav_menu .navbar-nav>li.open a {
    background-color: #0A9ECC;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#nav_menu .navbar-nav>li>.dropdown-menu {
    background-color: #0A9ECC;
    border: none;
    padding-top: 0;
}

#nav_menu .navbar-nav>li .dropdown-menu a {
    color: #fff;
    padding: 10px 15px;
}

#nav_menu .navbar-nav>li .dropdown-menu a:hover,
#nav_menu .navbar-nav>li .dropdown-menu a:focus {
    background-color: #17B8DD;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.social-media-wrap a:focus {
    outline: none;
}

.social-media-wrap a:hover .cls-fb-icon-1 {
    fill: #BC4C00;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#mobile-toggle {
    float: right;
    height: 36px;
    margin-top: 7px;
    margin-left: 40px;
    cursor: pointer;
}

.caret {
    margin-left: 5px;
}


/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/

.homepage-slideshow-wrapper {
    margin-bottom: 20px;
}


/*----------------Slideshow----------*/

#slide-row {
    margin-bottom: 10px;
}

.homepage-slideshow-wrapper .carousel-control {
    display: none;
}

.carousel-indicators {
    margin: auto;
    left: 0;
    padding-left: 32px;
    bottom: 92px;
    right: 0;
    top: auto;
    z-index: 101;
    text-align: left;
    width: 100%;
    max-width: 1170px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
}

.carousel-indicators li.active {
    background-color: #0A9ECC;
    border: 2px solid #0A9ECC;
}

.caption-btn {
    margin: 2px 0 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #D32F2F;
    color: #fff;
    padding: 4px 15px;
    border: 2px solid #D32F2F;
    border-radius: 2px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
}

.caption-btn:hover,
.caption-btn:focus {
    color: #fff;
    background-color: #B71C1C;
    text-decoration: none;
    border-color: #B71C1C;
}

.caption-wrapper {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.carousel .item img {
    width: 100%;
}

.carousel-caption {
    position: inherit;
    z-index: 100;
    background-color: rgba(7, 42, 61, 0.8);
    padding: 12px 20px 25px;
    left: 0;
    bottom: 80px;
    right: auto;
    top: auto;
    width: 56%;
    text-align: left;
    text-shadow: none;
}

#ads-slideshow-wrapper .container {
    width: 100%;
    padding: 0;
}

#ads-slideshow-wrapper .caption-wrapper {
    width: 100%;
    float: left;
    bottom: 0px;
    margin: 0 -9999px;
    padding: 0px 9999px;
    background-color: rgba(7, 42, 61, 0.8);
    position: absolute;
}

.caption-text {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    display: block;
    color: white;
    margin-bottom: 10px;
}

.alt-text {
    font-size: 16px;
    color: white;
    margin-bottom: 15px;
    line-height: 20px;
}

.news-item {
    display: table;
    border-radius: 1px;
    height: 1px;
    width: 100%;
    margin-bottom: 25px;
}

.news-item:nth-last-of-type(2) {
    margin-bottom: 0 !important;
}

.news-item .date {
    display: table-cell;
    background: #0A9ECC;
    color: #fff;
    text-align: center;
    padding: 14px 8px 10px;
    width: 84px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.month {
    font-size: 20px;
}

.day {
    font-size: 40px;
    line-height: 42px;
}

.title-description {
    padding: 17px 15px;
    border: 1px solid rgba(10, 158, 204, 0.3);
}

.title-description h3 {
    margin-bottom: 8px;
}

.readmore-link {
    margin-top: 12px;
}

.readmore-link a {
    font-weight: 700;
}

.readmore-link a:hover,
.readmore-link a:focus {
    text-decoration: none;
}

.readmore-link a:hover .cls-readmore-icon-1,
.readmore-link a:focus .cls-readmore-icon-1 {
    fill: #BC4C00;
}

.readmore-link svg {
    margin-bottom: -3px;
    margin-left: 8px;
}

.news-title-link {
    color: #072A3D;
}

.news-title-link:hover,
.news-title-link:focus {
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#ads-slideshow-wrapper {
    margin-top: 51px;
}

#ads-slideshow-wrapper .item {
    background-color: #F4F4F4;
    border: 1px solid rgba(10, 158, 204, 0.3);
    padding: 20px;
    padding: 20px;
    padding-bottom: 72px;
}

#ads-slideshow-wrapper img {
    /*background-color: #F4F4F4;
    border: 1px solid rgba(10, 158, 204, 0.3);
    padding: 20px;*/
    width: 100%;
    margin: auto;
}

#ads-slideshow-wrapper .carousel-indicators {
    display: none;
}

#ads-slideshow-wrapper .carousel-caption {
    position: relative;
    padding: 10px 0px;
    bottom: 0px;
    width: 100%;
    min-height: 50px;
    background-color: transparent;
}

#ads-slideshow-wrapper .caption-text {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    max-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#ads-slideshow-wrapper a:hover,
#ads-slideshow-wrapper a:focus {
    text-decoration: none;
}

#ads-slideshow-wrapper a:hover .caption-wrapper,
#ads-slideshow-wrapper a:focus .caption-wrapper {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: rgba(7, 42, 61, 1);
}

.carousel-control {
    background-image: none !important;
    opacity: 1;
    height: 100%;
    width: 40px;
    margin: auto;
    top: 0;
}

.carousel-control svg {
    top: 40%;
    height: 14px;
    width: 9px;
    position: absolute;
}

.carousel-control.left svg {
    left: 6px;
}

.carousel-control.right svg {
    right: 6px;
}


/*----------------End Slideshow------*/


/*---------- news_feed_pages function ----*/

div#news-button-container {
    margin: 10px 0px 0px 0px;
    text-align: right;
}

div#news-button-verbiage {
    margin-right: 10px;
    display: inline-block;
    color: #5DB2D7;
}

div#news-button-container:active {
    margin: 9px 0px 0px -1px;
    /* keeps buttons from jumping around when pressed*/
}

div.news-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #5DB2D7;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    margin: 0px;
}

div.nb-number:hover {
    opacity: 0.7;
    /*buttons move toward backgound color when hovered over*/
    cursor: pointer;
}

div.nb-number:active {
    /* make buttons look like they are being pressed when clicked*/
    opacity: 0.6;
    border-width: 2px 0px 0px 2px;
}

div.nb-selected {
    /* style the selected button */
    opacity: 0.5;
}

div#nb-ellipsis-left,
div#nb-ellipsis-right {
    background-color: transparent;
    color: #5DB2D7;
    border: 0px;
    margin: 0px;
    padding: 5px;
    font-weight: bold;
}


/*---------- END: news_feed_pages ----*/


/*----------------------------------Primary-Content*/

.row_wrapper {
    padding: 20px 0;
}

.row_background {
    background-color: #072A3D;
    color: #fff;
}

.row_wrapper.row_background {
    padding: 20px 0;
    margin: 20px 0;
}

.row_background .row_background {
    padding: 20px 0;
}

.row_wrapper:nth-last-of-type(1) {
    margin-bottom: 0;
}

#homepage-links .column {
    position: relative;
    background-color: #0A9ECC;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    color: #fff;
    padding: 35px 25px;
}

#homepage-links .column:hover,
#homepage-links .column:focus {
    background-color: #fff;
    color: #0A9ECC;
    -webkit-box-shadow: inset 0px 0px 0px 3px #0A9ECC;
    -moz-box-shadow: inset 0px 0px 0px 3px #0A9ECC;
    box-shadow: inset 0px 0px 0px 3px #0A9ECC;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#homepage-links .column:hover .cls-location-icon-1,
#homepage-links .column:focus .cls-location-icon-1,
#homepage-links .column:hover .cls-search-icon2-1,
#homepage-links .column:focus .cls-search-icon2-1,
#homepage-links .column:hover .cls-list-icon-1,
#homepage-links .column:focus .cls-list-icon-1 {
    fill: #0A9ECC;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cls-location-icon-1,
.cls-search-icon2-1,
.cls-list-icon-1 {
    fill: #fff;
}

#homepage-links .column h2,
#homepage-links .column h2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#homepage-links .column h2 {
    margin: 30px auto 20px;
}

#homepage-links .column:hover h2 a,
#homepage-links .column:focus h2 a {
    color: #0A9ECC;
}

#homepage-links .column h2 a:hover,
#homepage-links .column h2 a:focus {
    text-decoration: none;
}

#homepage-links a:not(h2 a) {
    color: white;
}

#homepage-links .column h2 a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#homepage-links a:not(h2 a):is(:hover, :focus) {
    color: #ED6306;
    text-decoration: none;
}

#homepage-links .column:is(:hover, :focus) a:not(h2 a) {
    color: #ED6306;
}

#sponsors-wrapper {
    text-align: right;
}

#sponsors-wrapper a {
    display: inline-block;
    vertical-align: bottom;
}


/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

.subpage {
    min-height: calc(100vh - 323px);
    padding: 0px 15px 40px;
}


/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

footer {
    background-color: #072A3D;
    padding: 40px 0;
    border-top: 1px solid #0C3E54;
    color: #fff;
}

footer a:focus {
    outline: none;
}

.contact-us {
    float: left;
    margin-top: 10px;
}

.copyright {
    text-align: right;
}

.copyright p {
    margin-bottom: 3px;
    color: #fff;
}


/*-----------------------------------Footer Menu*/


/*-------------------------------End-Footer Menu*/


/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/

@media (max-width: 1200px) {
    #nav_menu .navbar-nav>li a {
        font-size: 13px;
        padding: 15px 10px;
    }
    .carousel-indicators {
        max-width: 970px;
    }
    .header-links-wrap {
        margin-top: 8px;
    }
    .member-login a,
    .lodging-search a {
        min-width: 190px;
    }
    .member-login {
        margin-left: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    #heartland-logo {
        width: 220px !important;
    }
    #str-logo {
        width: 47px !important;
    }
    .tag-line {
        margin-top: 48px;
    }
    #ads-slideshow-wrapper .item {
        padding-bottom: 102px;
    }
    #ads-slideshow-wrapper .carousel-caption {
        min-height: 80px;
    }
    #ads-slideshow-wrapper .caption-text {
        -webkit-line-clamp: 2;
        max-height: 56px;
    }
    .subpage {
        min-height: calc(100vh - 333px);
    }
}

@media (max-width: 991px) {
    .tag-line {
        margin-top: 58px;
    }
    .carousel-indicators {
        max-width: 750px;
    }
    .header-links-wrap {
        display: none;
    }
    #mobile-menu-col {
        text-align: right;
    }
    .member-login,
    .lodging-search {
        display: inline-block;
        margin: 9px 0 0 12px;
    }
    .lodging-search {
        margin-left: 0;
    }
    .member-login a,
    .lodging-search a,
    .contact-us a {
        padding: 5px 10px 6px;
        min-width: auto;
    }
    .social-media-wrap {
        margin-top: 9px;
        float: right;
        padding-left: 12px;
    }
    .header-links-wrap-mobile {
        display: inline;
        float: right;
    }
    .caption-wrapper {
        bottom: 20px;
    }
    .carousel-indicators {
        bottom: 32px;
    }
    .carousel-caption {
        width: 65%;
    }
    #homepage-links .column h2 {
        margin: 20px auto 10px;
    }
    #ads-slideshow-wrapper .carousel-caption {
        min-height: 110px;
    }
    #ads-slideshow-wrapper .caption-text {
        -webkit-line-clamp: 3;
        max-height: 86px;
    }
    #ads-slideshow-wrapper .item {
        padding-bottom: 132px;
    }
    #sponsors-wrapper {
        text-align: center;
    }
    .subpage {
        min-height: calc(100vh - 325px);
    }
}

@media (max-width: 767px) {
    h1,
    h2,
    h3,
    h4 {
        margin-bottom: 20px;
    }
    .header-wrapper {
        padding: 15px 0;
    }
    .tag-line {
        display: none;
    }
    .logo-wrapper {
        float: none;
    }
    .logo-wrapper a img {
        margin: auto;
        height: auto;
    }
    .logo-tagline-wrapper {
        text-align: center;
    }
    #mobile-toggle {
        margin-left: 12px;
    }
    .social-media-wrap {
        padding-left: 8px;
    }
    .member-login,
    .lodging-search {
        margin: 9px 0 0 8px;
    }
    .caption-wrapper {
        position: relative;
        bottom: 0;
    }
    .carousel-caption {
        background-color: rgba(7, 42, 61, 0.85);
    }
    .homepage-slideshow-wrapper .carousel-caption {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 162px;
    }
    .caption-wrapper .container {
        padding: 0;
    }
    #ads-slideshow-wrapper .item {
        padding-bottom: 75px;
    }
    #ads-slideshow-wrapper img {
        width: 50%;
    }
    #ads-slideshow-wrapper .carousel-caption {
        min-height: 50px;
    }
    #ads-slideshow-wrapper .caption-text {
        -webkit-line-clamp: 1;
        max-height: 26px;
    }
    .carousel-indicators {
        bottom: 12px;
        padding-left: 11px;
    }
    #homepage-links .column {
        margin-bottom: 15px;
        padding: 25px 100px 30px;
    }
    #ads-slideshow-wrapper .caption-text {
        font-size: 16px;
    }
    #sponsors-wrapper {
        text-align: center;
    }
    .contact-us {
        float: none;
        text-align: center;
        margin: 0;
    }
    .copyright {
        text-align: center;
        margin-top: 20px;
    }
    .row_wrapper {
        padding: 15px 0;
    }
    #ads-slideshow-wrapper {
        margin-top: 30px;
    }
    .subpage {
        min-height: calc(100vh - 363px);
    }
    .homepage-slideshow-wrapper .carousel-caption {
        min-height: 202px;
    }
}

@media (max-width: 600px) {
    .homepage-slideshow-wrapper .carousel-caption {
        min-height: 222px;
    }
}

@media (max-width: 540px) {
    .social-media-wrap {
        display: none;
    }
    .header-links-wrap-mobile {
        display: none;
    }
    #homepage-links .column {
        padding: 35px 25px;
    }
}

@media (max-width: 480px) {
    #ads-slideshow-wrapper img {
        width: 100%;
    }
    .logo-wrapper a img {
        margin: auto;
        height: 80px;
        width: auto;
    }
    .subpage {
        min-height: calc(100vh - 343px);
    }
    .homepage-slideshow-wrapper .carousel-caption {
        min-height: 242px;
    }
}

@media (max-width: 420px) {
    .homepage-slideshow-wrapper .carousel-caption {
        min-height: 272px;
    }
}

@media (max-width: 400px) {
    .homepage-slideshow-wrapper .carousel-caption {
        min-height: 292px;
    }
}