/*Section Entertainment*/
.bg-entertainment {
    background-image: url('/site/common/backgrounds/entertainment-bg.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 130%;
}

.photo-tile-center {
    clip-path: inset(30px 0px 30px 0px);
    margin-top: -30%;
}

.right-photo {
    margin-top: 75px;
}

.daily-entertainment ::marker {
    color: #c2a303;
}

/*RESPONSIVE SETTINGS*/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .bg-entertainment {
        background-size: 100%;
    }

    .right-photo{
        margin-top:100px;
    }
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .bg-entertainment {
        background-size: 55%;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}
