/*===== サムネ縦長設定 =====*/
.content-thumbnail-box{
    padding-top: 140%;
    padding-bottom: 0 !important;
    overflow: hidden !important;
}

/*===== HTMLメディア =====*/
#htmlBox{
    background: #0F171F;
    background-image: none !important;
    padding: 60px 0;
    text-align: left;
}

#htmlBox img{
    max-width: 100%;
    height: auto !important;
}