﻿.app-logo {
    background: url(./logo.png) no-repeat center center !important;
    width: 106px;
    height: 32px;
    background-size: contain !important;
border-radius:0 !important;
}



.tshirt-view.carousel-view .virt-project-template-wrapper:not(.empty-project-template)>div
{
background-image:url('./images/backthumb.jpg');
background-size:auto 150%;
}

 .virt-project-template-wrapper button
{
display:none;
}

.tshirt-view.carousel-view .virt-project-template-wrapper button
{
display:block;
position:absolute;
left:0;right:0;margin:auto;bottom:3px;
width:60%;
white-space:nowrap;
}

