.sketchfab-embed-wrapper{
 background-color: rgb(78, 78, 78);
 width: calc(33% - 30px);
 aspect-ratio: 1.5;
 border-radius: 8px;
 color: white;
 margin-right:10px;
 margin-left: 20px;
 margin-top: 15px;
 margin-bottom: 15px;
 padding:0px;
 -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
 /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
 -moz-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
 /* Firefox 3.5 - 3.6 */
 box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.sketchfab-embed-wrapper iframe{
    width: 100%;
    aspect-ratio: 1.5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.sketchfab-embed-wrapper a, .sketchfab-embed-wrapper p{
    color: white!important;
    padding: 5px;
    font-size: 16px;
    text-align: left;
}

@media (max-width: 1200px)
{
    .sketchfab-embed-wrapper{
        width: calc(50% - 30px);
    }
}


@media (max-width: 800px)
{
    .sketchfab-embed-wrapper{
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
    }
}

