#gu_box_container {
    max-width: 1100px;
    display: inline-block;
    margin: 20px;
    margin-bottom: 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 26px;
}

.gu_box {
    padding: 26px;
    position:  relative;
    left: 0;
    top: 0;
    border-top-right-radius: 26px;
    border-top-left-radius: 26px;
}

.gu_box_text_info {
    display: inline-block;
    width: 622px;
    color: white;
    text-align: left;
    vertical-align: top;
    padding-top: 50px;
    margin-right: 16px;
    line-height: 22px;
}

.gu_box_video {
    display: inline-block;
}

.gu_box_title {
    font-size: 19pt;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    font-display: swap;
    padding: 10px;
    color: white;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right: 50px;
    padding-left: 26px;
    border-bottom-right-radius: 64px;
    border-top-left-radius: 26px;
}

.gu_box_price {
    padding: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-left: 50px;
    border-top-left-radius: 64px;
    color: white;
    font-size: 32pt;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    font-display: swap;
}

.gu_box_disclaimer {
    padding: 16px;
    background-color: #eee;
    font-family: 'Open Sans Condensed';
    font-display: swap;
    font-size: 16pt;
}

.gu_box_bottom {
    padding: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: white;
}

.gu_box_bottom a {
    text-decoration: none;
    color:  white;
}

.gu_box_bottom a:hover {
    text-decoration: none;
    cursor: pointer;
}

.gu_box_bottom a:visited {
    text-decoration: none;
}

.gu_box_more_info_container {
    max-height: 0px;
    overflow: hidden;
}

.gu_box_more_info_text {
    display:  inline-block;
    width: 480px;
    vertical-align: top;
    text-align: left;
    padding: 40px;
    padding-right: 40px;
    line-height: 22px;
}

.gu_box_more_info_image {
    display: inline-block;
}

.gu_box_more_info_image img {
    width: auto;
}

.gu_box_video iframe {
    width: 400px;
}

.gu_box_video {
    width: auto;
}

.upgrade_type_functional_bg {
    background-image: linear-gradient(to bottom right, #8fc6ff, #276180);
}

.upgrade_type_graphics_bg {
    background-image: linear-gradient(to bottom right, #86d862, #296b1a);
}



@media only screen 
and (max-width : 1152px) 
and (min-width : 800px) {

    .gu_box_text_info {
        width: 500px;
    }

}

@media only screen 
and (max-width : 1030px) 
and (min-width : 800px) {

    .gu_box_text_info {
        width: 400px;
    }

}


@media only screen 
and (max-width : 935px) 
and (min-width : 875px) {

    .gu_box_text_info {
        width: 45%;
    }

}

@media only screen 
and (max-width : 875px) 
and (min-width : 760px) {

    .gu_box_text_info {
        width: 35%;
    }
    .gu_box_more_info_text {
        width:90%
    }

}

@media only screen 
and (max-width : 760px) {

    .gu_box_text_info {
        width: 86%;
        margin-bottom:20px;
    }

    .gu_box_more_info_image img {
        width:90%
    }

    .gu_box_more_info_text {
        width: calc(100vw - 20px - 32px - 32px);
        padding: 20px 16px 20px 16px;
    }

    .gu_box_video img {
        width:90%
    }

    .gu_box_video {
        width: calc(100vw - 20px - 52px - 32px);
        height: 152px;
    }
    
    .gu_box_video video {
        width: calc(100vw - 20px - 52px - 32px);
        height: 152px;
    }

    .gu_box_video iframe {
        width:100%
    }
    
    

}