/* Next Gen Landing Page */

@media (min-width: 768px) {
   #why-punchmark p.text-md-left {
        text-align: left !important;
    }
}

#why-punchmark section.box-shadow-row > .container {
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 13px;
}

@media (max-width: 767px) {
    #why-punchmark section.mobile-image-flex .mobile-image-container .widget {
        display: flex !important;
        flex-flow: column wrap;
    }
    #why-punchmark section.mobile-image-flex .mobile-image-container .widget > a {
        width: 70%;
    }
    #why-punchmark section.mobile-image-flex .mobile-image-container .widget > span {
        width: 30%;
        padding: 0 10px;
    }
    #why-punchmark section.mobile-image-flex .mobile-image-container {
        padding-top: 0 !important;
    }
    #why-punchmark section.mobile-image-flex .mobile-image-container img {
        max-width: 150px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

#why-punchmark span.left-quote, span.right-quote {
    color: var(--primary) !important;
    font-size: 80px;
    font-weight: 700;
    position: absolute !important;
    top: -25px;
    height: 50px;
    width: 50px;
}
#why-punchmark span.left-quote {
    left: -30px;
    background: url('https://cdn.jewelryimages.net/static/domains/punchmark/images/store-pics/quotes-left.png');
    background-repeat: no-repeat;
    background-size: contain;
}

 #why-punchmark span.right-quote {
    right: -20px;
    background: url('https://cdn.jewelryimages.net/static/domains/punchmark/images/store-pics/quotes-right.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#why-punchmark .line-height-expand {
    line-height: 1.4 !important;
    font-size: 26px !important;
}

@media (max-width: 991px) {
    #why-punchmark span.left-quote, span.right-quote {
        top: -10px;
        height: 25px;
        width: 25px;
    }
    #why-punchmark span.right-quote {
        right: 0;
    }
}

@media (max-width: 767px) {
    #why-punchmark span.left-quote {
        left: 0;
    }
}


#why-punchmark .btn-link.text-light:after {
    background: #fff !important;
    opacity: 1 !important;
}

#why-punchmark .btn-link.text-light:hover:after, #why-punchmark .btn-link.text-light:focus:after {
    background: var(--primary) !important;
}

#why-punchmark .btn-link.text-light:hover, #why-punchmark .btn-link.text-light:focus {
    color: var(--primary) !important;
}


/* =========

YouTube Video Styling 

========== */

#why-punchmark .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#why-punchmark .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.4rem;
}


