.sentry-custom-div5 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../components/png/vid2.screenshot1.png');
    background-size: cover;
    background-position: 25%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Upward shadow */
.sentry-custom-div5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%; 
    pointer-events: none; 
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    z-index: 1; 
}

.sentry-custom-div1 {
    position: absolute;
    top: 110px;
    left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: white;
    text-align: left;
}

.sentry-custom-div1 p,
.sentry-custom-div1 a {
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.sentry-custom-div1 h1 {
    font-size: 45px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.sentry-custom-div1 p {
    font-size: 20px;
}

.sentry-custom-div1 a {
    display: inline-block;
    margin-top: 10px;
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    border: 2px solid white;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: rgba(153, 155, 156, 0.23);
}

.sentry-custom-div1 a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.sentry-custom-div6 {
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    margin-bottom: 0 !important;
    border-radius: 15px;
    z-index: 2;
}

.sentry-custom-div4 .modal-content {
    background-color: #000;
    color: #fff;
}

.sentry-custom-div4 .modal-header, 
.sentry-custom-div4 .modal-body {
    border: none;
}

.position-relative {
    position: relative;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: rgb(183, 183, 183);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    pointer-events: none;
}

li a:hover .play-icon {
    color: rgb(230, 230, 230);
}

.sentry-border {
    border-left: rgb(231, 228, 228) 3px solid;
}

@media (max-width: 768px) {

    .sentry-custom-div1 h1 {
        font-size: 36px;
    }
    
    .sentry-custom-div1 p {
        font-size: 18px;
    }
    
    .sentry-custom-div1 a {
        font-size: 1em;
        padding: 4px 15px;
    }

    .play-icon {
        font-size: 30px;
    }
}