/*default is 5 stickers wide. This adjusts to allow 4 wide*/

#masp3-la4-tenframe1 .ten-frame-row button {
    max-width: 25% !important;
    width: 25% !important;
}


/*to accomodate 8 stickers wide*/

#masp3_la1_tenframe_01 .ten-frame-row button {
    max-width: 25% !important;
    width: 25% !important;
}


/*desktops*/

@media screen and (min-device-width: 1024px) {
    #masp3_la1_tenframe_01 .sticker-container {
        height: 270px !important;
    }
}


/*tablets*/

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #masp3_la1_tenframe_01 .sticker-container {
        height: 270px !important;
    }
}


/*mobile*/

@media (max-width: 360px) {
    #masp3_la1_tenframe_01 .sticker-container {
        height: 160px !important;
    }
}

@media (max-device-width: 480px) {
    #masp3_la1_tenframe_01 .sticker-container {
        height: 165px !important;
    }
}