.submit {
    font-size: 1.1em;
    float: right;
    width: 110px;
    background-color: transparent;
    color: #fff;
    /* top: 18px; */
}

.imagegallery {
    margin-top: 0px;
    border-radius: 19px;
    background-color: #f99212;
    width: 91px;
    height: 37px;
    font-size: 14px;
    color: white;
}
.image_backg1 {
    background-color: rgb(255 255 255);
    height: 50px;
    width: 50px;
    padding: 4px;
    margin: 10px 15px;
}
.borderclass{
	border:1px solid;
	background: azure;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.image_style {
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid rgb(255 255 255);
    background-color: rgb(255 255 255);
    width: 70px;
    height: 50px;
}
.image_backg {
    background-color: rgb(255 255 255);
    height: 50px;
    width: 100%;
    padding: 1px;
    margin: 10px 15px;
}
.submit {
    
    
    padding-top: 10px;
    padding-bottom: 10px;
}
.image_category {
    min-height: 100%;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.image_style {
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid rgb(255 255 255);
    background-color: rgb(255 255 255);
    width: 70px;
    height: 50px;
}
.image_backg {
    background-color: rgb(255 255 255);
    height: 50px;
    width: 100%;
    padding: 1px;
    margin: 10px 15px;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.image_style {
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid rgb(255 255 255);
    background-color: rgb(255 255 255);
    width: 70px;
    height: 50px;
}
.image_backg {
    background-color: rgb(255 255 255);
    height: 50px;
    width: 33.33%;
    padding: 1px;
    margin: 10px 15px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.image_style {
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid rgb(255 255 255);
    background-color: rgb(255 255 255);
    width: 70px;
    height: 50px;
}
.image_backg {
    background-color: rgb(255 255 255);
    height: 50px;
    width: 33.33%;
    padding: 1px;
    margin: 10px 15px;
}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.image_style {
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid rgb(255 255 255);
    background-color: rgb(255 255 255);
    width: 78px;
    height: 50px;
}
.image_backg {
    background-color: rgb(255 255 255);
    height: 50px;
    width: 33.33%;
    padding: 1px;
    margin: 10px 15px;
}

}

/*.image_style {
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid rgb(255 255 255);
    background-color: rgb(255 255 255);
    width: 70px;
    height: 50px;
}
.image_backg {
    background-color: rgb(255 255 255);
    height: 50px;
    width: 70px;
    padding: 1px;
    margin: 10px 15px;
}
*/


