* {
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

a[data-fancybox] img,
a[data-fancybox] {
    text-decoration: none !important;
    border-bottom: none !important;
}

video,
.video-container a {
    text-decoration: none !important;
    border: none !important;
}

.youtube-wrapper a,
.youtube-wrapper iframe {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
}

video::-moz-focus-inner {
    border: 0;
}

img {
    border-radius: 5px;
    display: flex;
    flex: 1;
    width: 100%;    
}

.top-bar {
    flex: 0;
    display: flex;
    justify-content: center;
    padding-top: 1em;
    margin-bottom: 0.5em;
}

.back {
    display: flex;
    justify-content: center;
    font-family: "LEMONMILK-Medium";
    text-decoration: none;
    font-size: 1.15em;
    color: #54c869;
    cursor: pointer;
    transition: color 0.3s ease;
}

.back:hover {
    color: #fff;
}

.cont{
    column-count: 5;
    padding: 1rem;
    gap: 1em;

}

.responsive-fancybox {
    margin-bottom: 1em;
}

a{
    display: flex;
}

@media (max-width: 768px) {

    .cont{
        gap: 0.7em;
    }
}


@media (max-width: 1200px) {
    .cont{
        column-count: 4; 
    }
}

@media (max-width: 1000px) {
    .cont{
        column-count: 3; 
    }
}

@media (max-width: 700px) {
    .cont{
        column-count: 2; 
    }
}

@media (max-width: 305px) {
    .cont{
        column-count: 1; 
    }
}