Wallets & Wristlets
<div style="display: flex; justify-content: center;">
<figure class="textover banner-figure-desktop">
<img class="banner-image banner-image-desktop" src="{{media url=wysiwyg/Wallets_Wristlets_BannerCopyUpdate_BollmanHatCompany.jpg}}" alt="" width="450" height="675" />
<figcaption>
<p style="margin-top: 0; margin-bottom: 0;">No ensemble is complete</p>
<p style="margin-top: 0; margin-bottom: 0;">without the finishing touch of</p>
<p style="margin-top: 0; margin-bottom: 0;">the perfect wallet or wristlet.</p>
<p style="margin-top: 0; margin-bottom: 0;">Shop wallets and pouches to</p>
<p style="margin-top: 0; margin-bottom: 0;">elevate your look at Hats.com!</p>
</figcaption>
</figure>
</div>
<div style="display: flex; justify-content: center;">
<figure class="textover banner-figure-mobile">
<img class="banner-image" src="{{media url=wysiwyg/Mobile_Wallets_Wristlets_BannerCopyUpdate_BollmanHatCompany.jpg}}" alt="" width="450" height="675" />
<figcaption>
<p>No ensemble is complete without the finishing</p>
<p>touch of the perfect wallet or wristlet. Shop wallets</p>
<p>and pouches to elevate your look at Hats.com!</p>
</figcaption>
</figure>
</div>
<style>
.banner-image{
max-width: 100%;
height: auto;
}
@media only screen and (max-width: 395px){
.banner-figure-mobile{
display: block;
}
.banner-figure-desktop{
display: none;
}
.textover figcaption {
font-size: 13px !important;
}
}
@media only screen and (max-width: 767px){
.banner-figure-mobile{
display: block;
}
.banner-figure-desktop{
display: none;
}
.textover figcaption {
position: absolute;
bottom: 20px;
right: 7%;
font-size: 16px;
font-family: 'Lato';
font-weight: 600;
line-height: 22px;
}
}
@media only screen and (min-width: 768px){
.banner-figure-mobile{
display: none;
}
.banner-figure-desktop{
display: block;
width: 100%;
}
.banner-image-desktop{
width: 100%;
}
.textover figcaption {
position: absolute;
bottom: 50%;
left: 2%;
font-size: 13px;
font-family: 'Lato';
font-weight: 600;
line-height: 22px;
}
}
@media only screen and (min-width: 901px){
.textover figcaption {
bottom: 65%;
left: 2%;
font-size: 15px;
}
}
@media only screen and (min-width: 1101px){
.textover figcaption {
left: 2%;
font-size: 16px;
}
}
.textover { position: relative; }
</style>