.nft-detail-media-container{height:800px}.nft-detail-media-container,.nft-detail-media-container-small{width:100%;background-color:#f0f0f0;display:flex;justify-content:center;align-items:center}.nft-detail-media-container-small{min-height:500px}.detail-image{width:-moz-fit-content;width:fit-content;height:600px}.detail-image,.detail-image-small{border-radius:0;object-fit:contain;background-color:#ffffff}.detail-image-small{width:300px;height:300px}.detail-video{width:600px;height:600px}.detail-video,.detail-video-small{border-radius:0;object-fit:contain;background-color:#ffffff}.detail-video-small{width:300px;height:300px}.detail-video-topshot{width:340px;height:600px;border-radius:0;object-fit:contain;background-color:#ffffff}.detail-name{font-weight:700;font-size:25pt;display:block}.detail-description{display:block;margin-top:10px}.detail-padding{padding:50px}.detail-options-btn{background-color:red;background-repeat:no-repeat;background-position-x:center;background-position-y:center;height:40px;width:40px;color:black;font-size:20pt;padding:0;border-radius:20px;margin:10px}@media only screen and (max-width:1000px){.nft-detail-media-container{height:400px}.detail-name{font-size:20pt}.detail-padding{padding:20px}.detail-image,.detail-video{width:300px;height:300px}.detail-video-topshot{width:170px;height:300px}}.loader{border-radius:50%;border:8px solid #f3f3f3;border-top-color:#3498db;width:60px;height:60px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}