@media only screen and (min-width: 1025px) {
    content card[card-style="bubbles"] cardcontent {
        display: block;
        width: 1025px;
        margin: auto;
    }

    content card[card-style="bubbles"] {
        height: 1100px;
        position: relative;
    }

    content card[card-style="bubbles"] cardcontent carditem:nth-child(1) {
        height: 400px;
        width: 400px;
        top: 20px;
        left: 50px;
    }

    content card[card-style="bubbles"] cardcontent carditem:nth-child(2) {
        height: 350px;
        width: 350px;
        top: 40px;
        left: 470px;
    }

    content card[card-style="bubbles"] cardcontent carditem:nth-child(3) {
        height: 250px;
        width: 250px;
        top: 370px;
        left: 360px;
    }

    content card[card-style="bubbles"] cardcontent carditem:nth-child(4) {
        height: 400px;
        width: 400px;
        top: 430px;
        left: 600px;
    }

    content card[card-style="bubbles"] cardcontent carditem:nth-child(5) {
        height: 300px;
        width: 300px;
        top: 440px;
        left: 60px;
    }

    content card[card-style="bubbles"] cardcontent carditem:nth-child(6) {
        height: 350px;
        width: 350px;
        top: 650px;
        left: 280px;
    }

    content card[card-style="bubbles"] cardcontent carditem div:hover{
        min-width: 150%;
        max-width: 200%;
    }
}