.zen-banner{
    width: min(900px,100%);
    overflow: hidden;
    pointer-events: none;
    margin-top: 20px;
}

.zen-banner video {
    width: 100%;
}

.print-container {
    min-height: 100px;
}

.std-img {
    width: 100%;
}

.inline-image {
    width: 100%;
    border-radius: 10px;
}

.floating-img-container {
    position: relative;
}

.floating-img-container img {
    z-index: 0;
    opacity: 0.9;
}

.floating_image_left {
    width: 80px;
    height: auto;
    position: absolute;
    left: -14%;
    top: -50px;
    transform: rotate(-50deg);
}

.floating_image_right {
    width: 80px;
    height: auto;
    position: absolute;
    right: -10%;
    top: -50px;
    transform: rotate(50deg);
}

.floating_image_arrow_right {
    width: 150px;
    height: auto;
    position: absolute;
    right: -8%;
    top: -250px;
}

.arrow_right_text {
    position: absolute;
    color: blue;
    right: -28%;
    top: -250px;
    transform: rotate(60deg);
    font-size: 25px;
}

h1 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

h2 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

h3 {
    margin-top: 50px;
    margin-bottom: 40px;
}

.pornhub-style-background {
    font-family: sans-serif;
    background-color: black;
    font-weight: bold;
    color: white;
    padding: 7px;
    border-radius: 5px;
}

.pornhub-style-background:hover {
    cursor: pointer;
}

.pornhub-hub {
    background-color: #f79a24;
    border-radius: 3px;
    font-weight: bold;
    color: black;
    padding: 3px;
}

.arrows_2_container {
    position: relative;
}

.arrows_2 {
    width: 282px;
    height: auto;
    position: absolute;
    right: 50%;
    top: 164px;
}

.arrows_2_text_1 {
    position: absolute;
    color: blue;
    right: 50%;
    top: 138px;
    font-size: 25px;
}

.arrows_2_text_2 {
    position: absolute;
    color: blue;
    right: 62%;
    top: 260px;
    font-size: 25px;
}

.row-images-container_2 img {
    flex: 1; /* Allow images to expand to fill available space */
    width: 100%;
    height: auto;
    max-width: calc(50% - 10px); /* Adjust the width of each image (1/3 of container minus spacing) */
}

.row-images-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; /* Adjust spacing between images */
    max-width: 100%; /* Ensure the container doesn't exceed its parent's width */
    margin-bottom: 40px;
}

.row-images-container img {
    flex: 1; /* Allow images to expand to fill available space */
    width: 100%;
    height: auto;
    max-width: calc(50% - 10px); /* Adjust the width of each image (1/3 of container minus spacing) */
}

.button {
    width: 100px;
    max-width: 20vw;
}

.link_social {
    text-decoration: none;
}

.social-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.email {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
}

.footer {
    margin-top: 50px;
    background-color: #00000042;
    padding: 15px;
}

.table-of-contents, .table-of-contents ul {
    list-style-type: none;
}

.table-of-contents a, .table-of-contents a a {
    text-decoration: none;
}

.table-of-contents a:visited {
    color: blue;
}