.intrepid-store-embed {
width: 100%;
max-width: 1400px;
margin: 0 auto;
}
.store-link {
margin: 0 0 16px;
text-align: center;
}
.store-link a {
display: inline-block;
padding: 12px 24px;
background: #000000;
color: #ffffff;
font-size: 17px;
font-weight: 700;
text-decoration: none;
border-radius: 5px;
}
.store-link a:hover {
opacity: 0.85;
}
.intrepid-store-embed iframe {
display: block;
width: 100%;
height: 1200px;
border: none;
background: #ffffff;
}
@media (max-width: 768px) {
.intrepid-store-embed iframe {
height: 950px;
}
}