#hero-block {
    background: center / cover no-repeat transparent url('/on/demandware.static/-/Sites-ToyotaHawaii-Library/default/images/content/holoholostories/toyotaheeiaday1-243v2.jpg');
    width: 100%;
    height: 450px;
    margin: 0;
}

#hero-block img {
    max-width: 100%;
    height: 35%;
    padding: 0 0 2rem 3rem;
}

@media screen and (max-width: 426px) {
    #hero-block {
        background-position: right 35% bottom 45%;
        height: 331px;
        position: relative;
    }

    #hero-block img {
        position: absolute;
        height: 15%;
        padding: 0;
        bottom: 15px;
        left: 15px;
    }
}

@media screen and (max-width: 600px) and (min-width: 427px) {
    .summary {
        font-size: 1.25rem !important;
    }
}

.summary {
    margin-top: 2rem;
    padding: 0 2rem;
    color: var(--black);
}

.ytPremier,
.ytPremier-nochat {
    margin-top: 7rem;
}

@media screen and (max-width: 425px) {
    .ytPremier-nochat {
        min-height: 200px !important;
    }
}

.ytPremier-video iframe,
.ytPremier-chat iframe {
        width: 100%;
        height: 100%;
}

@media screen and (max-width: 768px) and (min-width: 426px) {
    .ytPremier-video {
        height: 487px;
    }
}

@media screen and (max-width: 425px) {
    .ytPremier-video {
        min-height: 200px;
    }
}

@media screen and (max-width: 768px) {
    .ytPremier-chat {
        height: 487px;
    }
}

.ytVideoLink {
    display: inline !important;
    font-size: 17px !important;
}

.ytVideoLink:before {
    display: none !important;
}

.ytVideoLink:after {
    display: none !important;
}

h2 {
    margin-bottom: 1.5rem !important;
}

.social-desc {
    margin-bottom: 2rem;
}

.social-icons .col-sm {
    padding-bottom: 1.5rem;
}

.email {
    margin-top: 2rem;
}