.video-gallery{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-around;margin:0 auto 80px;max-width:1200px;width:100%}.blurb{display:flex;flex-direction:column;margin-bottom:16px;width:30%}.blurb h3{margin:16px 0}.blurb p{margin-top:0}.video{background-color:#ddd;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:16px;cursor:pointer;height:240px;max-width:100%;width:100%}#video1{background-image:url(https://www.sendspark.com/hubfs/Getting%20Started%20Videos/Get%20Started%20with%20Sendspark.jpg)}#video2{background-image:url(https://www.sendspark.com/hubfs/Getting%20Started%20Videos/How%20to%20Record%20a%20Video%20Message.jpg)}#video3{background-image:url(https://www.sendspark.com/hubfs/Getting%20Started%20Videos/Make%20a%20Dynamic%20Video%20Campaign.jpg)}#video4{background-image:url(https://www.sendspark.com/hubfs/Getting%20Started%20Videos/Send%20Personalized%20Videos%20in%20Email.jpg)}#video5{background-image:url(https://www.sendspark.com/hubfs/Getting%20Started%20Videos/Send%20Personalized%20Videos%20in%20LinkedIn%20Automation.jpg)}#video6{background-image:url(https://www.sendspark.com/hubfs/Getting%20Started%20Videos/Create%20Dynamic%20Videos%20via%20Automation.jpg)}.modal{background-color:rgb(0,0,0,.4);display:none;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:1}.modal-content{background-color:#fffaf5;border:1px solid #888;border-radius:16px;box-shadow:0 4px 16px 0 #0000003d;margin:80px auto;padding:16px 32px 32px;width:80%}.close{color:rgba(0,0,0,.6);float:right;font-size:28px;font-weight:700;padding:0 0 16px 16px}.close:focus,.close:hover{color:#000;cursor:pointer;text-decoration:none}@media only screen and (max-width:1050px){.blurb{width:45%}}@media only screen and (max-width:576px){.blurb{width:100%}}