* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

::-webkit-scrollbar {
    display: none;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    height: 100%;
}

html {}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
        scroll-behavior: smooth;
}

body {
    position: relative;
    /*overflow-y: hidden;*/
}

main {
    background: black;
}

footer {
    min-height: 100vh;
    background: gray;
}

.small section{
    
    
}

.small img {
    /*width: 25%;*/
    /*height: 25vw;*/
} 


section {
 position: relative;
    display: block;
}

img {
    background: #111;
display: block;
    object-fit: cover;
    filter: grayscale(50%);
    opacity: .8;
        /* This will make the image grayscale by 100% initially */
        transition: all 0.3s ease-in-out; /* Add transition for smooth effect */
    /*animation: grayscaleAnimation 1s ease-in-out forwards;*/
}

img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.cover {
}

.gif {
}

.aac .mp3 .wav {
    width: 50%;
    height: 100vh;
}

/*  img gif wav */




.fullscreen img {
        width: 100%;
        height: 100vh;
    }

.clear, section {clear: both;}


@media (orientation: portrait) {
    /* Styles specific to portrait orientation */
    /* Add your portrait-specific styles here */

    img {
        width: 100%;
        height: 50vh;
        height: 100vw;
    }
    
    .small section {
        /*width: 50%;*/
        /*float: left;*/
    }
    
    .small img {
        float: left;
        width: 50%;
        height: 50vw;
        height: 25vh;
        height: 50vw;;
        
    }
    
    
    
}

/* Media query for landscape orientation */
@media (orientation: landscape) {
     img {
        width: 50%;
        height: 100vh;
         height: 50vw;
         float: left;
         
    }
    
    .small img {
        float: left;
        width: 25%;
        height: 25vh;
        height: 25vw;
        
    }
}