.webside_design_page .images_wrapper img {
    width: 100%;
    height: 400px;
}
.webside_design_page .video_img {
    margin: auto;
    display: block;
    max-width: 20%;
    margin-top: 30px;
    margin-bottom: 100px;
}
.webside_design_page .preorders-thumbnail h2 {
    color: #000;
    font-family: 'MinionPro-Regular';
    font-weight: 100;
    font-size: 20px;
    line-height: normal;
    margin-top: 10px;
    height: 35px;
    text-align: center;
}
.webside_design_page .preorders-thumbnail {
    background-color: transparent;
    max-height: fit-content;
}
.webside_design_page .preorders-thumbnail img {
    width: auto;
    height: auto;
    max-width: 90%;
}

/* Media Queries */
@media (max-width: 1399px) {
    .webside_design_page .images_wrapper img {
        height: 350px;
    }
}
@media (max-width: 1199px) {
    .webside_design_page .images_wrapper img {
        height: 300px;
    }
}
@media (max-width: 991px) {
    .webside_design_page .images_wrapper img {
        height: 250px;
    }
    .webside_design_page .video_img {
        max-width: 30%;
        margin-top: 20px;
        margin-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .webside_design_page .images_wrapper img {
        height: 200px;
    }
    .webside_design_page .video_img {
        max-width: 35%;
        margin-top: 10px;
        margin-bottom: 60px;
    }
}
@media (max-width: 576px) {
    .webside_design_page .images_wrapper img {
        height: 150px;
    }
    .webside_design_page .preorders-thumbnail img {
        max-width: 70%;
    }
}
@media (max-width: 480px) {
    .webside_design_page .images_wrapper img {
        height: 110px;
    }
    .webside_design_page .video_img {
        max-width: 70%;
        margin-top: 5px;
        margin-bottom: 30px;
    }
    
}
@media (max-width: 380px) {
    .webside_design_page .images_wrapper img {
        height: 80px;
    }
}

ul.thumbnails.row.preordersul {
    display: block;
    padding: 0px;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

.left-align {
    text-align: left;
}

.contact-form {
    background: rgba(255, 255, 255, 0.9);
    z-index: 110;
    position: relative;
    width: 100%;
    margin-top: -25px;
    padding: 20px;
    border: 1px solid #181A1C;
}

.contact-form h3 {
    color: #181A1C;
    padding-bottom: 10px;
    margin: 10px 0px;
    line-height: 40px;
    text-align: center;
}

form.contact-form {
    margin: 0 0 20px;
}

.control-group {
    margin-bottom: 10px;
}

.row-fluid [class*="span"] {

    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    margin-left: 0px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    height: auto;
    min-height: 50px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8) !important;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
}

h3 {
    font-size: 24.5px;
}

.contact-form p {
    font-size: 14px;
    color: #181A1C;
    text-align: left;
    margin: 0 0 20px;
    padding: 3px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #CBCBCC;
}

.message-btn {
    border: 1px solid #747C89;
    color: #747C89;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
    margin-top: 10px;
}

.message-btn:hover {
    background-color: #254D75;
}

.txt-center {
    text-align: center;
}

/*  GRADING - Forms */
@media (max-width: 991px) {
    .forms_page .preorders-thumbnail img {
        width: 100%;
        height: 200px;
    }
}
/* GRADING - Comics */
@media (max-width: 991px) {
    .comic_cgc_page .comics_list_wrapper tbody tr td {
        font-size: 20px;
        padding-top: 30px;
    }
}
@media (max-width: 767px) {
    .comic_cgc_page .comics_list_wrapper tbody tr td {
        font-size: 20px;
    }
}

